Created
January 16, 2011 22:46
-
-
Save wfaler/782228 to your computer and use it in GitHub Desktop.
pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This goes into your <repositories>-section of your pom.xml: | |
<repository> | |
<id>nexus</id> | |
<name>Nexus Repository</name> | |
<url>https://oss.sonatype.org/content/repositories/releases</url> | |
</repository> | |
This goes into your <dependencies>-section: | |
<dependency> | |
<groupId>org.bowlerframework</groupId> | |
<artifactId>core_2.9.1</artifactId> | |
<version>0.5.1</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment