How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ws.ament.hammock</groupId>
<artifactId>hammock</artifactId>
<version>2.1</version>
</dependency>
Choose a version of ws.ament.hammock : hammock to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1 |
hammock-2.1
|
||
2.0 |
hammock-2.0
|
||
1.5 |
hammock-1.5
|
||
1.3 |
hammock-1.3
|
||
1.2.x |
hammock-1.2.1
|
||
1.2 |
hammock-1.2
|
||
1.1 |
hammock-1.1
|
||
1.0 |
hammock-1.0
|
||
0.5.x |
hammock-0.5.0
|
||
0.4.x |
hammock-0.4.0
|
||
0.3.x |
hammock-0.3.0
|
||
0.2.x |
hammock-0.2.0
|
||
0.1.x |
hammock-0.1.0
|
||
0.0.x |
hammock-0.0.3
|
||
hammock-0.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ws.ament.hammock</groupId>
<artifactId>hammock</artifactId>
<version>2.1</version>
</dependency>
Advertisement