GroupId | GroupIdorg.daisy.pipeline.modules |
---|---|
ArtifactId | ArtifactIdmodules-bom |
Version | Version1.13.7 |
Type | Typepom |
Filename | Size |
---|---|
modules-bom-1.13.7.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.daisy.pipeline.modules/modules-bom/ -->
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-bom</artifactId>
<version>1.13.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.daisy.pipeline.modules/modules-bom/
implementation 'org.daisy.pipeline.modules:modules-bom:1.13.7'
// https://jarcasting.com/artifacts/org.daisy.pipeline.modules/modules-bom/
implementation ("org.daisy.pipeline.modules:modules-bom:1.13.7")
'org.daisy.pipeline.modules:modules-bom:pom:1.13.7'
<dependency org="org.daisy.pipeline.modules" name="modules-bom" rev="1.13.7">
<artifact name="modules-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.daisy.pipeline.modules', module='modules-bom', version='1.13.7')
)
libraryDependencies += "org.daisy.pipeline.modules" % "modules-bom" % "1.13.7"
[org.daisy.pipeline.modules/modules-bom "1.13.7"]