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