Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created January 16, 2011 22:46
Show Gist options
  • Save wfaler/782228 to your computer and use it in GitHub Desktop.
Save wfaler/782228 to your computer and use it in GitHub Desktop.
pom.xml
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