How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.discord4j</groupId>
<artifactId>bom</artifactId>
<version>3.1.7</version>
</dependency>
Choose a version of com.discord4j : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
bom-3.1.7
|
||
bom-3.1.6
|
|||
bom-3.1.5
|
|||
bom-3.1.4
|
|||
bom-3.1.3
|
|||
bom-3.1.2
|
|||
bom-3.1.1
|
|||
bom-3.1.0
|
|||
3.0.x |
bom-3.0.13
|
||
bom-3.0.12
|
|||
bom-3.0.11
|
|||
bom-3.0.10
|
|||
bom-3.0.9
|
|||
bom-3.0.8
|
|||
bom-3.0.7
|
|||
bom-3.0.6
|
|||
bom-3.0.5
|
|||
bom-3.0.4
|
|||
bom-3.0.3
|
|||
bom-3.0.2
|
|||
bom-3.0.1
|
|||
bom-3.0.0
|
|||
bom-3.0.0.RC2
|
|||
bom-3.0.0.RC1
|
|||
bom-3.0.0.M4
|
|||
bom-3.0.0.M3-1
|
|||
bom-3.0.0.M3
|
|||
bom-3.0.0.M2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.discord4j</groupId>
<artifactId>bom</artifactId>
<version>3.1.7</version>
</dependency>
Advertisement