is not current version
Last Version 2.0.0

org.omnifaces:microprofile-jwt-auth 1.0

Implementation of MicroProfile Interoperable JWT RBAC API

GroupId

GroupId

org.omnifaces
ArtifactId

ArtifactId

microprofile-jwt-auth
Version

Version

1.0
Type

Type

jar

Download microprofile-jwt-auth 1.0


<!-- https://jarcasting.com/artifacts/org.omnifaces/microprofile-jwt-auth/ -->
<dependency>
    <groupId>org.omnifaces</groupId>
    <artifactId>microprofile-jwt-auth</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.omnifaces/microprofile-jwt-auth/
implementation 'org.omnifaces:microprofile-jwt-auth:1.0'
// https://jarcasting.com/artifacts/org.omnifaces/microprofile-jwt-auth/
implementation ("org.omnifaces:microprofile-jwt-auth:1.0")
'org.omnifaces:microprofile-jwt-auth:jar:1.0'
<dependency org="org.omnifaces" name="microprofile-jwt-auth" rev="1.0">
  <artifact name="microprofile-jwt-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.omnifaces', module='microprofile-jwt-auth', version='1.0')
)
libraryDependencies += "org.omnifaces" % "microprofile-jwt-auth" % "1.0"
[org.omnifaces/microprofile-jwt-auth "1.0"]