How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>tts-modules-bom</artifactId>
<version>1.12.0</version>
</dependency>
Choose a version of org.daisy.pipeline.modules : tts-modules-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.12.x |
tts-modules-bom-1.12.0
|
||
1.11.x |
tts-modules-bom-1.11.2
|
||
tts-modules-bom-1.11.1
|
|||
tts-modules-bom-1.11.0
|
|||
1.10.x |
tts-modules-bom-1.10.2
|
||
tts-modules-bom-1.10.1
|
|||
tts-modules-bom-1.10.0
|
|||
1.9 |
tts-modules-bom-1.9
|
||
1.8 |
tts-modules-bom-1.8
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>tts-modules-bom</artifactId>
<version>1.12.0</version>
</dependency>
Advertisement