footprint-demo
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.java.dev.footprint</groupId>
<artifactId>footprint-demo</artifactId>
<version>1.0-rc7</version>
</dependency><?xml version="1.0"?> <project> <parent> <artifactId>footprint</artifactId> <groupId>net.java.dev.footprint</groupId> <version>1.0-rc7</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.java.dev.footprint</groupId> <artifactId>footprint-demo</artifactId> <name>footprint-demo</name> <version>1.0-rc7</version> <url>http://maven.apache.org</url> <repositories> <repository> <id>maven2-repository.dev.java.net</id> <name>Java.net Repository for Maven</name> <url>http://download.java.net/maven/2/ </url> </repository> </repositories> <dependencies> <dependency> <groupId>net.java.dev.footprint</groupId> <artifactId>footprint-core</artifactId> <version>1.0-rc7</version> <classifier>jar-with-dependencies</classifier> </dependency> </dependencies> </project>