How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gregmarut.resty</groupId>
<artifactId>resty</artifactId>
<version>1.5.0</version>
</dependency>
Choose a version of com.gregmarut.resty : resty to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
resty-1.5.0
|
||
1.4.x |
resty-1.4.4
|
||
resty-1.4.2
|
|||
resty-1.4.0
|
|||
1.2 |
resty-1.2-RELEASE
|
||
1.1 |
resty-1.1-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gregmarut.resty</groupId>
<artifactId>resty</artifactId>
<version>1.5.0</version>
</dependency>
Advertisement