Skip to content
fractal edited this page Sep 13, 2010 · 1 revision

maven 2 repository is nexus based: http://nexus.feniix-hq.net

Release repository: http://nexus.feniix-hq.net/content/repositories/releases/
Snapshots repository: http://nexus.feniix-hq.net/content/repositories/snapshots/


<dependency>
  <groupId>render</groupId>
  <artifactId>quantify</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <type>jar</type>
</dependency>

Clone this wiki locally