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