<dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>xpath-registry</artifactId> <version>1.0.3</version> <type>bundle</type> </dependency>
implementation 'org.daisy.pipeline:xpath-registry:1.0.3'
implementation("org.daisy.pipeline:xpath-registry:1.0.3")
libraryDependencies += "org.daisy.pipeline" % "xpath-registry" % "1.0.3"
@Grapes( @Grab(group='org.daisy.pipeline', module='xpath-registry', version='1.0.3') )
<dependency org="org.daisy.pipeline" name="xpath-registry" rev="1.0.3" />
[org.daisy.pipeline/xpath-registry "1.0.3"]
'org.daisy.pipeline:xpath-registry:jar:1.0.3'
<parent> <groupId>org.daisy.pipeline</groupId> <artifactId>framework-parent</artifactId> <version>1.11.2</version> </parent>
compile
|-- org.daisy.libs:saxon-he
|-- org.slf4j:slf4j-api