Skip to content

Instantly share code, notes, and snippets.

@pablormier
Last active August 29, 2015 14:00
Show Gist options
  • Save pablormier/11350229 to your computer and use it in GitHub Desktop.
Save pablormier/11350229 to your computer and use it in GitHub Desktop.
maven-hipster-0.0.1-SNAPSHOT
<!-- Use sonatype oss public for snapshots -->
<repositories>
<repository>
<id>sonatype-oss-public</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<dependencies>
<!--
Add this dependency under your pom.xml <dependencies> section to add
all the dependencies of Hipster to your project. Add hipster-core
instead of hipster-all for basic functionality.
-->
<dependency>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-all</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment