License |
License |
---|---|
GroupId | GroupIdorg.daisy.pipeline |
ArtifactId | ArtifactIdassembly |
Last Version | Last Version1.14.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDAISY Pipeline 2 :: Assembly
Builds the main distribution of the DAISY Pipeline 2.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
assembly-1.14.6.pom | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.daisy.pipeline/assembly/ -->
<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>assembly</artifactId>
<version>1.14.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.daisy.pipeline/assembly/
implementation 'org.daisy.pipeline:assembly:1.14.6'
// https://jarcasting.com/artifacts/org.daisy.pipeline/assembly/
implementation ("org.daisy.pipeline:assembly:1.14.6")
'org.daisy.pipeline:assembly:pom:1.14.6'
<dependency org="org.daisy.pipeline" name="assembly" rev="1.14.6">
<artifact name="assembly" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.daisy.pipeline', module='assembly', version='1.14.6')
)
libraryDependencies += "org.daisy.pipeline" % "assembly" % "1.14.6"
[org.daisy.pipeline/assembly "1.14.6"]