How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.avanza.astrix</groupId>
<artifactId>astrix-bom</artifactId>
<version>2.0.6</version>
</dependency>
Choose a version of com.avanza.astrix : astrix-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
astrix-bom-2.0.6
|
||
astrix-bom-2.0.5
|
|||
astrix-bom-2.0.4
|
|||
astrix-bom-2.0.3
|
|||
astrix-bom-2.0.2
|
|||
astrix-bom-2.0.1
|
|||
astrix-bom-2.0.0
|
|||
1.0.x |
astrix-bom-1.0.12
|
||
astrix-bom-1.0.9
|
|||
astrix-bom-1.0.8
|
|||
astrix-bom-1.0.7
|
|||
astrix-bom-1.0.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.avanza.astrix</groupId>
<artifactId>astrix-bom</artifactId>
<version>2.0.6</version>
</dependency>
Advertisement