kylo-file-metadata
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.thinkbiganalytics.kylo</groupId>
<artifactId>kylo-file-metadata</artifactId>
<version>0.10.0</version>
</dependency><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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.thinkbiganalytics.kylo</groupId>
<artifactId>kylo-core</artifactId>
<version>0.10.0</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
</properties>
<artifactId>kylo-file-metadata</artifactId>
<packaging>pom</packaging>
<modules>
<module>file-metadata-model</module>
<module>file-metadata-util</module>
<module>file-metadata-api</module>
<module>file-metadata-core</module>
</modules>
</project>