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