fili
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.yahoo.bard</groupId> <artifactId>fili</artifactId> <version>1.1.13</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.yahoo.bard</groupId> <artifactId>fili-parent-pom</artifactId> <version>1.1.13</version> </parent> <artifactId>fili</artifactId> <name>Fili: Packaging Module</name> <description>Module to package the Fili application platform via its key modules</description> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <properties> <checkstyle.config.location>../checkstyle-style.xml</checkstyle.config.location> <checkstyle.suppressions.location>../checkstyle-suppressions.xml</checkstyle.suppressions.location> </properties> <dependencies> <dependency> <groupId>com.yahoo.bard</groupId> <artifactId>fili-core</artifactId> </dependency> </dependencies> </project>