How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.xezzon</groupId>
<artifactId>tao-bom</artifactId>
<version>0.9.2</version>
</dependency>
Choose a version of io.github.xezzon : tao-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
tao-bom-0.9.2
|
||
tao-bom-0.9.1
|
|||
tao-bom-0.9.0
|
|||
0.8.x |
tao-bom-0.8.1
|
||
tao-bom-0.8.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.xezzon</groupId>
<artifactId>tao-bom</artifactId>
<version>0.9.2</version>
</dependency>
Advertisement