How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>commons-rest</artifactId>
<version>3.0.8</version>
</dependency>
Choose a version of io.rocketbase.commons : commons-rest to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
commons-rest-3.0.8
|
||
commons-rest-3.0.7
|
|||
commons-rest-3.0.6
|
|||
commons-rest-3.0.5
|
|||
commons-rest-3.0.4
|
|||
commons-rest-3.0.3
|
|||
commons-rest-3.0.2
|
|||
commons-rest-3.0.1
|
|||
commons-rest-3.0.0
|
|||
2.5.x |
commons-rest-2.5.4
|
||
commons-rest-2.5.3
|
|||
commons-rest-2.5.2
|
|||
commons-rest-2.5.1
|
|||
commons-rest-2.5.0
|
|||
2.4.x |
commons-rest-2.4.0
|
||
2.3.x |
commons-rest-2.3.12
|
||
commons-rest-2.3.11
|
|||
commons-rest-2.3.10
|
|||
commons-rest-2.3.9
|
|||
commons-rest-2.3.8
|
|||
commons-rest-2.3.7
|
|||
commons-rest-2.3.6
|
|||
commons-rest-2.3.5
|
|||
commons-rest-2.3.4
|
|||
commons-rest-2.3.3
|
|||
commons-rest-2.3.2
|
|||
commons-rest-2.3.1
|
|||
commons-rest-2.3.0
|
|||
2.2.x |
commons-rest-2.2.4
|
||
commons-rest-2.2.3
|
|||
commons-rest-2.2.2
|
|||
commons-rest-2.2.1
|
|||
commons-rest-2.2.0
|
|||
2.1.x |
commons-rest-2.1.1
|
||
commons-rest-2.1.0
|
|||
2.0.x |
commons-rest-2.0.5
|
||
commons-rest-2.0.4
|
|||
commons-rest-2.0.3
|
|||
commons-rest-2.0.2
|
|||
commons-rest-2.0.1
|
|||
commons-rest-2.0.0
|
|||
1.12.x |
commons-rest-1.12.1
|
||
commons-rest-1.12.0
|
|||
1.11.x |
commons-rest-1.11.2
|
||
commons-rest-1.11.1
|
|||
commons-rest-1.11.0
|
|||
1.10.x |
commons-rest-1.10.2
|
||
commons-rest-1.10.1
|
|||
commons-rest-1.10.0
|
|||
1.9.x |
commons-rest-1.9.1
|
||
commons-rest-1.9.0
|
|||
1.8.x |
commons-rest-1.8.1
|
||
commons-rest-1.8.0
|
|||
1.7.x |
commons-rest-1.7.0
|
||
1.6.x |
commons-rest-1.6.2
|
||
commons-rest-1.6.1
|
|||
commons-rest-1.6.0
|
|||
1.5.x |
commons-rest-1.5.0
|
||
1.4.x |
commons-rest-1.4.2
|
||
commons-rest-1.4.1
|
|||
commons-rest-1.4.0
|
|||
1.3.x |
commons-rest-1.3.1
|
||
commons-rest-1.3.0
|
|||
1.2.x |
commons-rest-1.2.0
|
||
1.1.x |
commons-rest-1.1.1
|
||
commons-rest-1.1.0
|
|||
1.0.x |
commons-rest-1.0.0
|
||
0.5.x |
commons-rest-0.5.0
|
||
0.4.x |
commons-rest-0.4.2
|
||
commons-rest-0.4.1
|
|||
commons-rest-0.4.0
|
|||
0.3.x |
commons-rest-0.3.0
|
||
0.2.x |
commons-rest-0.2.0
|
||
0.1.x |
commons-rest-0.1.1
|
||
commons-rest-0.1.0
|
|||
0.0.x |
commons-rest-0.0.5
|
||
commons-rest-0.0.4
|
|||
commons-rest-0.0.3
|
|||
commons-rest-0.0.2
|
|||
commons-rest-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>commons-rest</artifactId>
<version>3.0.8</version>
</dependency>
Advertisement