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