How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>xyz.tynn.astring</groupId>
<artifactId>bom</artifactId>
<version>0.6.0</version>
</dependency>
Choose a version of xyz.tynn.astring : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.6.x |
bom-0.6.0
|
||
0.5.x |
bom-0.5.0
|
||
0.4.x |
bom-0.4.0
|
||
0.3.x |
bom-0.3.1
|
||
bom-0.3.0
|
|||
0.2.x |
bom-0.2.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>xyz.tynn.astring</groupId>
<artifactId>bom</artifactId>
<version>0.6.0</version>
</dependency>
Advertisement