How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>asm</groupId>
<artifactId>asm-parent</artifactId>
<version>3.3.1</version>
</dependency>
Choose a version of asm : asm-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.3.x |
asm-parent-3.3.1
|
||
3.3 |
asm-parent-3.3
|
||
3.2 |
asm-parent-3.2
|
||
3.1 |
asm-parent-3.1
|
||
3.0 |
asm-parent-3.0
|
||
3.0_RC1 |
asm-parent-3.0_RC1
|
||
2.2.x |
asm-parent-2.2.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>asm</groupId>
<artifactId>asm-parent</artifactId>
<version>3.3.1</version>
</dependency>
Advertisement