How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ljtfreitas</groupId>
<artifactId>java-restify-group</artifactId>
<version>2.1.0</version>
</dependency>
Choose a version of com.github.ljtfreitas : java-restify-group to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
java-restify-group-2.1.0
|
||
2.0.x |
java-restify-group-2.0.0
|
||
1.6.x |
java-restify-group-1.6.4
|
||
java-restify-group-1.6.3
|
|||
java-restify-group-1.6.2
|
|||
java-restify-group-1.6.1
|
|||
java-restify-group-1.6.0
|
|||
1.5.x |
java-restify-group-1.5.0
|
||
1.4.x |
java-restify-group-1.4.4
|
||
java-restify-group-1.4.3
|
|||
java-restify-group-1.4.2
|
|||
java-restify-group-1.4.1
|
|||
java-restify-group-1.4.0
|
|||
1.3.x |
java-restify-group-1.3.0
|
||
1.2.x |
java-restify-group-1.2.1
|
||
1.1.x |
java-restify-group-1.1.1
|
||
1.0.x |
java-restify-group-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ljtfreitas</groupId>
<artifactId>java-restify-group</artifactId>
<version>2.1.0</version>
</dependency>
Advertisement