Files download
File Operation
xpath-registry-1.0.3.jar download
xpath-registry-1.0.3.pom download
xpath-registry-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.daisy.pipeline</groupId>
  <artifactId>xpath-registry</artifactId>
  <version>1.0.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.daisy.pipeline:xpath-registry:1.0.3'
Gradle Kotlin
implementation("org.daisy.pipeline:xpath-registry:1.0.3")
Scala SBT
libraryDependencies += "org.daisy.pipeline" % "xpath-registry" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy.pipeline', module='xpath-registry', version='1.0.3')
)
Apache Ivy
<dependency org="org.daisy.pipeline" name="xpath-registry" rev="1.0.3" />
Leiningen
[org.daisy.pipeline/xpath-registry "1.0.3"]
Apache Buildr
'org.daisy.pipeline:xpath-registry:jar:1.0.3'