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