文件下载
文件名 操作
webservice-2.0.2.jar 下载
webservice-2.0.2.pom 下载
webservice-2.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.daisy.pipeline</groupId>
  <artifactId>webservice</artifactId>
  <version>2.0.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.daisy.pipeline:webservice:2.0.2'
Gradle Kotlin
implementation("org.daisy.pipeline:webservice:2.0.2")
Scala SBT
libraryDependencies += "org.daisy.pipeline" % "webservice" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy.pipeline', module='webservice', version='2.0.2')
)
Apache Ivy
<dependency org="org.daisy.pipeline" name="webservice" rev="2.0.2" />
Leiningen
[org.daisy.pipeline/webservice "2.0.2"]
Apache Buildr
'org.daisy.pipeline:webservice:jar:2.0.2'