My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Maven  
Updated Nov 14, 2011 by b...@thejavashop.net

Maven

The 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
Powered by Google Project Hosting