How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sproutigy.commons</groupId>
<artifactId>json-right</artifactId>
<version>1.3</version>
</dependency>
Choose a version of com.sproutigy.commons : json-right to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
json-right-1.3
|
||
1.2 |
json-right-1.2
|
||
1.1 |
json-right-1.1
|
||
1.0 |
json-right-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sproutigy.commons</groupId>
<artifactId>json-right</artifactId>
<version>1.3</version>
</dependency>
Advertisement