|
Maven
MavenThe maven repository can be accessed by adding the dependency and repo to your pom: <dependency>
<groupId>org.bff.javampd</groupId>
<artifactId>javampd</artifactId>
<version>4.0</version>
<scope>compile</scope>
</dependency><repositories>
<repository>
<id>thejavashop</id>
<name>The Javashop Repository</name>
<url>http://www.thejavashop.net/maven2</url>
</repository>
</repositories>Maven generated site can be found here http://www.thejavashop.net/javampd/site |
► Sign in to add a comment