To add JPath as a Maven 2 dependency, first you'll need to add the BLC repository to your POM:
<repositories>
...
<repository>
<id>blc.releases</id>
<name>BLC</name>
<url>http://nexus.blueleftistconstructor.com/content/repositories/releases</url>
</repository>
...
</repositories>...and then add the following dependency:
<dependencies>
...
<dependency>
<groupId>com.lysergicjava.json</groupId>
<artifactId>jpath</artifactId>
<version>1.0</version>
</dependency>
...
</dependencies>| Artifact: jpath:1.0 jpath:1.0:sources jpath:1.0:javadoc | Published Date: Sun, 17 Oct 2010 16:34:52 GMT Sun, 17 Oct 2010 16:34:52 GMT Sun, 17 Oct 2010 16:34:52 GMT |
First, you'll need to get the source, which is hosted in a Mercurial repository. Once you have Mercurial installed, just run hg clone http://www.blueleftistconstructor.com/hg/jpath to pull the complete project. You'll then need Maven 2.0.8 or greater to build the client. Just run mvn clean install and you're good to go.