Apache Commons logo Commons JXPath

Dependency Information

Apache Maven

<dependency>
  <groupId>commons-jxpath</groupId>
  <artifactId>commons-jxpath</artifactId>
  <version>1.4-SNAPSHOT</version>
</dependency>

Apache Buildr

'commons-jxpath:commons-jxpath:jar:1.4-SNAPSHOT'

Apache Ivy

<dependency org="commons-jxpath" name="commons-jxpath" rev="1.4-SNAPSHOT">
  <artifact name="commons-jxpath" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='commons-jxpath', module='commons-jxpath', version='1.4-SNAPSHOT')
)

Grails

compile 'commons-jxpath:commons-jxpath:1.4-SNAPSHOT'

Leiningen

[commons-jxpath "1.4-SNAPSHOT"]

SBT

libraryDependencies += "commons-jxpath" % "commons-jxpath" % "1.4-SNAPSHOT"