How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-implementation-parent</artifactId>
<version>4.3.0</version>
</dependency>
Choose a version of io.smallrye : smallrye-jwt-implementation-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.3.x |
smallrye-jwt-implementation-parent-4.3.0
|
||
4.2.x |
smallrye-jwt-implementation-parent-4.2.1
|
||
smallrye-jwt-implementation-parent-4.2.0
|
|||
4.1.x |
smallrye-jwt-implementation-parent-4.1.0
|
||
4.0.x |
smallrye-jwt-implementation-parent-4.0.0
|
||
smallrye-jwt-implementation-parent-4.0.0-RC2
|
|||
smallrye-jwt-implementation-parent-4.0.0-RC1
|
|||
3.6.x |
smallrye-jwt-implementation-parent-3.6.1
|
||
smallrye-jwt-implementation-parent-3.6.0
|
|||
3.5.x |
smallrye-jwt-implementation-parent-3.5.4
|
||
smallrye-jwt-implementation-parent-3.5.3
|
|||
smallrye-jwt-implementation-parent-3.5.2
|
|||
smallrye-jwt-implementation-parent-3.5.1
|
|||
smallrye-jwt-implementation-parent-3.5.0
|
|||
3.4.x |
smallrye-jwt-implementation-parent-3.4.0
|
||
3.3.x |
smallrye-jwt-implementation-parent-3.3.3
|
||
smallrye-jwt-implementation-parent-3.3.2
|
|||
smallrye-jwt-implementation-parent-3.3.1
|
|||
smallrye-jwt-implementation-parent-3.3.0
|
|||
3.2.x |
smallrye-jwt-implementation-parent-3.2.1
|
||
smallrye-jwt-implementation-parent-3.2.0
|
|||
3.1.x |
smallrye-jwt-implementation-parent-3.1.1
|
||
smallrye-jwt-implementation-parent-3.1.0
|
|||
3.0.x |
smallrye-jwt-implementation-parent-3.0.0
|
||
smallrye-jwt-implementation-parent-3.0.0-RC5
|
|||
smallrye-jwt-implementation-parent-3.0.0-RC4
|
|||
smallrye-jwt-implementation-parent-3.0.0-RC3
|
|||
smallrye-jwt-implementation-parent-3.0.0-RC2
|
|||
smallrye-jwt-implementation-parent-3.0.0-RC1
|
|||
2.4.x |
smallrye-jwt-implementation-parent-2.4.4
|
||
smallrye-jwt-implementation-parent-2.4.3
|
|||
smallrye-jwt-implementation-parent-2.4.2
|
|||
smallrye-jwt-implementation-parent-2.4.1
|
|||
smallrye-jwt-implementation-parent-2.4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jwt-implementation-parent</artifactId>
<version>4.3.0</version>
</dependency>
Advertisement