You can download kylo-schema-discovery-api-0.8.4.jar in this page.
Open Source
kylo-schema-discovery-api-0.8.4.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.thinkbiganalytics.kylo/kylo-schema-discovery-api/pom.properties META-INF/maven/com.thinkbiganalytics.kylo/kylo-schema-discovery-api/pom.xml com.thinkbiganalytics.discovery.parser.FileSchemaParser.class com.thinkbiganalytics.discovery.parser.SchemaParser.class com.thinkbiganalytics.discovery.schema.DataTypeDescriptor.class com.thinkbiganalytics.discovery.schema.DatabaseMetadata.class com.thinkbiganalytics.discovery.schema.Field.class com.thinkbiganalytics.discovery.schema.FileSchema.class com.thinkbiganalytics.discovery.schema.HiveTableSchema.class com.thinkbiganalytics.discovery.schema.QueryResult.class com.thinkbiganalytics.discovery.schema.QueryResultColumn.class com.thinkbiganalytics.discovery.schema.Schema.class com.thinkbiganalytics.discovery.schema.TableSchema.class com.thinkbiganalytics.discovery.schema.Tag.class com.thinkbiganalytics.discovery.util.ParserHelper.class com.thinkbiganalytics.discovery.util.TableSchemaType.class
kylo-schema-discovery-api-0.8.4.pom file content.
<?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.8.4</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>
<dependency> <groupId>com.thinkbiganalytics.kylo</groupId> <artifactId>kylo-schema-discovery-api</artifactId> <version>0.8.4</version> </dependency>
If you think the following kylo-schema-discovery-api-0.8.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download kylo-schema-discovery-api-0.8.4.jar file