How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-spec</artifactId>
<version>2.1</version>
</dependency>
Choose a version of org.eclipse.microprofile.jwt : microprofile-jwt-auth-spec to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1 |
microprofile-jwt-auth-spec-2.1
|
||
microprofile-jwt-auth-spec-2.1-RC6
|
|||
microprofile-jwt-auth-spec-2.1-RC5
|
|||
microprofile-jwt-auth-spec-2.1-RC4
|
|||
microprofile-jwt-auth-spec-2.1-RC3
|
|||
microprofile-jwt-auth-spec-2.1-RC2
|
|||
microprofile-jwt-auth-spec-2.1-RC1
|
|||
2.0 |
microprofile-jwt-auth-spec-2.0
|
||
microprofile-jwt-auth-spec-2.0-RC2
|
|||
microprofile-jwt-auth-spec-2.0-RC1
|
|||
1.2.x |
microprofile-jwt-auth-spec-1.2.2
|
||
microprofile-jwt-auth-spec-1.2.1
|
|||
1.2 |
microprofile-jwt-auth-spec-1.2
|
||
microprofile-jwt-auth-spec-1.2-RC3
|
|||
microprofile-jwt-auth-spec-1.2-RC2
|
|||
microprofile-jwt-auth-spec-1.2-RC1
|
|||
1.1.x |
microprofile-jwt-auth-spec-1.1.1
|
||
microprofile-jwt-auth-spec-1.1.1-RC2
|
|||
microprofile-jwt-auth-spec-1.1.1-RC1
|
|||
1.1 |
microprofile-jwt-auth-spec-1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-spec</artifactId>
<version>2.1</version>
</dependency>
Advertisement