Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.jwt |
ArtifactId | ArtifactIdmicroprofile-jwt-auth-api |
Version | Version1.2-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.jwt/microprofile-jwt-auth-api/ -->
<dependency>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-api</artifactId>
<version>1.2-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.jwt/microprofile-jwt-auth-api/
implementation 'org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:1.2-RC1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.jwt/microprofile-jwt-auth-api/
implementation ("org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:1.2-RC1")
'org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:1.2-RC1'
<dependency org="org.eclipse.microprofile.jwt" name="microprofile-jwt-auth-api" rev="1.2-RC1">
<artifact name="microprofile-jwt-auth-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.jwt', module='microprofile-jwt-auth-api', version='1.2-RC1')
)
libraryDependencies += "org.eclipse.microprofile.jwt" % "microprofile-jwt-auth-api" % "1.2-RC1"
[org.eclipse.microprofile.jwt/microprofile-jwt-auth-api "1.2-RC1"]