How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.agorapulse</groupId>
<artifactId>gru-bom</artifactId>
<version>1.3.1</version>
</dependency>
Choose a version of com.agorapulse : gru-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
gru-bom-1.3.1
|
||
gru-bom-1.3.0
|
|||
1.2.x |
gru-bom-1.2.5
|
||
gru-bom-1.2.4
|
|||
gru-bom-1.2.3
|
|||
gru-bom-1.2.2
|
|||
gru-bom-1.2.1
|
|||
gru-bom-1.2.0
|
|||
1.1.x |
gru-bom-1.1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.agorapulse</groupId>
<artifactId>gru-bom</artifactId>
<version>1.3.1</version>
</dependency>
Advertisement