| Title: |
kylo-schema-discovery-api |
| Group ID: |
com.thinkbiganalytics.kylo |
| Artifact ID: |
kylo-schema-discovery-api |
| Version: |
0.9.1 |
| Last modified: |
24.05.2018 03:58 |
| Packaging: |
jar |
| Vendor: |
ThinkBig Analytics, a Teradata Company |
|
|
| Size: |
18.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/thinkbiganalytics/kylo/kylo-schema-discovery-api/0.9.1/kylo-schema-discovery-api-0.9.1.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>kylo-schema-discovery</artifactId>
<groupId>com.thinkbiganalytics.kylo</groupId>
<version>0.9.1</version>
</parent>
<properties>
<plugin.license.parentRelative>../../../</plugin.license.parentRelative>
</properties>
<modelVersion>4.0.0</modelVersion>
<artifactId>kylo-schema-discovery-api</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>com.thinkbiganalytics.kylo</groupId>
<artifactId>kylo-schema-discovery-api</artifactId>
<version>0.9.1</version>
</dependency>
|
| Gradle: |
com.thinkbiganalytics.kylo:kylo-schema-discovery-api:0.9.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|