How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wowtools</groupId>
<artifactId>catframe</artifactId>
<version>1.5.2</version>
</dependency>
Choose a version of org.wowtools : catframe to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
catframe-1.5.2
|
||
1.5 |
catframe-1.5
|
||
1.03 |
catframe-1.03
|
||
1.02 |
catframe-1.02
|
||
1.01 |
catframe-1.01
|
||
1.2STABLE |
catframe-1.2STABLE
|
||
1.0 |
catframe-1.0
|
||
cell |
catframe-cell
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wowtools</groupId>
<artifactId>catframe</artifactId>
<version>1.5.2</version>
</dependency>
Advertisement