is not current version
Last Version 1.1.3

com.kumuluz.ee.jwt:kumuluzee-jwt-auth 1.0.0

KumuluzEE JWT Auth extension provides a standardised way to secure your microservices with oAuth 2.0 or OpenID Connect using Json Web Tokens.

GroupId

GroupId

com.kumuluz.ee.jwt
ArtifactId

ArtifactId

kumuluzee-jwt-auth
Version

Version

1.0.0
Type

Type

jar

Download kumuluzee-jwt-auth 1.0.0


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