u

updater

This tools helps to fetch different libraries and dependencies in order to maintain the pipeline up to date.
Files download
File Operation
updater-1.0.0.jar download
updater-1.0.0.pom download
updater-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.daisy.pipeline</groupId>
  <artifactId>updater</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.daisy.pipeline:updater:1.0.0'
Gradle Kotlin
implementation("org.daisy.pipeline:updater:1.0.0")
Scala SBT
libraryDependencies += "org.daisy.pipeline" % "updater" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy.pipeline', module='updater', version='1.0.0')
)
Apache Ivy
<dependency org="org.daisy.pipeline" name="updater" rev="1.0.0" />
Leiningen
[org.daisy.pipeline/updater "1.0.0"]
Apache Buildr
'org.daisy.pipeline:updater:jar:1.0.0'