How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>commons-auth</artifactId>
<version>4.3.1</version>
</dependency>
Choose a version of io.rocketbase.commons : commons-auth to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.3.x |
commons-auth-4.3.1
|
||
commons-auth-4.3.0
|
|||
4.2.x |
commons-auth-4.2.1
|
||
commons-auth-4.2.0
|
|||
4.1.x |
commons-auth-4.1.1
|
||
commons-auth-4.1.0
|
|||
4.0.x |
commons-auth-4.0.1
|
||
commons-auth-4.0.0
|
|||
commons-auth-4.0.0-RC4
|
|||
commons-auth-4.0.0-RC3
|
|||
commons-auth-4.0.0-RC2
|
|||
commons-auth-4.0.0-RC1
|
|||
3.3.x |
commons-auth-3.3.5
|
||
commons-auth-3.3.4
|
|||
commons-auth-3.3.3
|
|||
commons-auth-3.3.2
|
|||
commons-auth-3.3.1
|
|||
commons-auth-3.3.0
|
|||
3.2.x |
commons-auth-3.2.1
|
||
commons-auth-3.2.0
|
|||
3.1.x |
commons-auth-3.1.0
|
||
3.0.x |
commons-auth-3.0.2
|
||
commons-auth-3.0.1
|
|||
commons-auth-3.0.0
|
|||
2.7.x |
commons-auth-2.7.6
|
||
commons-auth-2.7.5
|
|||
commons-auth-2.7.4
|
|||
commons-auth-2.7.3
|
|||
commons-auth-2.7.2
|
|||
commons-auth-2.7.1
|
|||
commons-auth-2.7.0
|
|||
2.6.x |
commons-auth-2.6.1
|
||
commons-auth-2.6.0
|
|||
2.5.x |
commons-auth-2.5.5
|
||
commons-auth-2.5.4
|
|||
commons-auth-2.5.3
|
|||
commons-auth-2.5.2
|
|||
commons-auth-2.5.1
|
|||
commons-auth-2.5.0
|
|||
2.4.x |
commons-auth-2.4.3
|
||
commons-auth-2.4.2
|
|||
commons-auth-2.4.1
|
|||
commons-auth-2.4.0
|
|||
2.3.x |
commons-auth-2.3.0
|
||
2.2.x |
commons-auth-2.2.1
|
||
commons-auth-2.2.0
|
|||
2.1.x |
commons-auth-2.1.4
|
||
commons-auth-2.1.3
|
|||
commons-auth-2.1.2
|
|||
commons-auth-2.1.1
|
|||
commons-auth-2.1.0
|
|||
2.0.x |
commons-auth-2.0.1
|
||
commons-auth-2.0.0
|
|||
commons-auth-2.0.0.Beta2
|
|||
commons-auth-2.0.0.Beta1
|
|||
1.6.x |
commons-auth-1.6.4
|
||
commons-auth-1.6.3
|
|||
commons-auth-1.6.2
|
|||
commons-auth-1.6.1
|
|||
commons-auth-1.6.0
|
|||
1.5.x |
commons-auth-1.5.1
|
||
commons-auth-1.5.0
|
|||
1.4.x |
commons-auth-1.4.2
|
||
commons-auth-1.4.1
|
|||
commons-auth-1.4.0
|
|||
1.3.x |
commons-auth-1.3.1
|
||
commons-auth-1.3.0
|
|||
1.2.x |
commons-auth-1.2.0
|
||
1.1.x |
commons-auth-1.1.0
|
||
1.0.x |
commons-auth-1.0.2
|
||
commons-auth-1.0.1
|
|||
commons-auth-1.0.0
|
|||
0.3.x |
commons-auth-0.3.0
|
||
0.2.x |
commons-auth-0.2.0
|
||
0.1.x |
commons-auth-0.1.1
|
||
commons-auth-0.1.0
|
|||
0.0.x |
commons-auth-0.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>commons-auth</artifactId>
<version>4.3.1</version>
</dependency>
Advertisement