Get it from maven central here
To use the latest snapshot add this repo
<repository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Nexus Snapshots</name> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository>
then add the dependency
<dependency> <groupId>net.thejavashop</groupId> <artifactId>javampd</artifactId> <version>6.1.0-SNAPSHOT</version> </dependency>
releases can be found on here