| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.microprofile.jwt |
| ArtifactId | ArtifactIdmicroprofile-jwt-auth-parent |
| Last Version | Last Version2.1-RC2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionMicroProfile JWT Auth
MicroProfile Parent POM
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| microprofile-jwt-auth-parent-2.1-RC2.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.jwt/microprofile-jwt-auth-parent/ -->
<dependency>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-parent</artifactId>
<version>2.1-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.jwt/microprofile-jwt-auth-parent/
implementation 'org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:2.1-RC2'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.jwt/microprofile-jwt-auth-parent/
implementation ("org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:2.1-RC2")
'org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:pom:2.1-RC2'
<dependency org="org.eclipse.microprofile.jwt" name="microprofile-jwt-auth-parent" rev="2.1-RC2">
<artifact name="microprofile-jwt-auth-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.jwt', module='microprofile-jwt-auth-parent', version='2.1-RC2')
)
libraryDependencies += "org.eclipse.microprofile.jwt" % "microprofile-jwt-auth-parent" % "2.1-RC2"
[org.eclipse.microprofile.jwt/microprofile-jwt-auth-parent "2.1-RC2"]