-
Notifications
You must be signed in to change notification settings - Fork 0
Maven Usage
rcaloras edited this page Oct 7, 2012
·
3 revisions
#Maven Repositories ##Snapshots and Releases ###Add these repositories
<repositories>
<repository>
<id>gwt-soundmanager2-snapshots</id>
<url>https://raw.github.com/rcaloras/rcaloras-mvn-repo/master/snapshots</url>
</repository>
<repository>
<id>gwt-soundmanager2-releases</id>
<url>https://raw.github.com/rcaloras/rcaloras-mvn-repo/master/releases</url>
</repository>
</repositories>
...add the dependency to your pom.xml.
<dependency>
<groupId>com.chj</groupId>
<artifactId>gwt-soundmanager2</artifactId>
<version>0.1.1</version>
</dependency>
...or the snapshot.
<dependency>
<groupId>com.chj</groupId>
<artifactId>gwt-soundmanager2</artifactId>
<version>0.1.2-SNAPSHOT</version>
</dependency>