Skip to content

Instantly share code, notes, and snippets.

@mox601
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mox601/1095e19eaa2e271c22c6 to your computer and use it in GitHub Desktop.
Save mox601/1095e19eaa2e271c22c6 to your computer and use it in GitHub Desktop.
<repositories>
<repository>
<id>cybion-maven-repo-snapshots.googlecode.com</id>
<name>Cybion Commons SNAPSHOTS Artifacts repository</name>
<url>https://cybion-maven-repo.googlecode.com/svn/m2/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<dependency>
<groupId>it.cybion.socialeyeser</groupId>
<artifactId>trend-detection</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment