Please see the project homepage for more information.
[Note: Although I'm using sbt for compilation and deployment, this project does not use or depend on Scala in any way.]
Install sbt 0.12.0.
$ cd OrangeExtensions
$ sbt
> package
Your jar is in target/orange-extensions-x.x.x.jar
, where x.x.x
is the version number.
OrangeExtensions is hosted on Maven Central via synchronization from Sonatype. Add this to your pom.xml:
<dependency>
<groupId>com.yuvimasory</groupId>
<artifactId>orange-extensions</artifactId>
<version>1.3.0</version>
</dependency>
Build the jar with the instructions above, then drop the resulting jar in your classpath.