How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>tech.pantheon.triemap</groupId>
<artifactId>bom</artifactId>
<version>1.3.1</version>
</dependency>
Choose a version of tech.pantheon.triemap : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
bom-1.3.1
|
||
bom-1.3.0
|
|||
1.2.x |
bom-1.2.2
|
||
bom-1.2.1
|
|||
bom-1.2.0
|
|||
1.1.x |
bom-1.1.1
|
||
bom-1.1.0
|
|||
1.0.x |
bom-1.0.6
|
||
bom-1.0.5
|
|||
bom-1.0.4
|
|||
bom-1.0.3
|
|||
bom-1.0.2
|
|||
bom-1.0.1
|
|||
bom-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>tech.pantheon.triemap</groupId>
<artifactId>bom</artifactId>
<version>1.3.1</version>
</dependency>
Advertisement