Download kumuluzee-jwt-auth-1.0.0.jar file - Jar k

Jar examples for k:kumuluzee-jwt-auth

Description

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

You can download jar file kumuluzee-jwt-auth 1.0.0 in this page.

License

MIT License

Build File

You can use the following script to add kumuluzee-jwt-auth-1.0.0.jar to your project.

<dependency>
   <groupId>com.kumuluz.ee.jwt</groupId>
   <artifactId>kumuluzee-jwt-auth</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.kumuluz.ee.jwt', name: 'kumuluzee-jwt-auth', version: '1.0.0'
libraryDependencies += "com.kumuluz.ee.jwt" % "kumuluzee-jwt-auth" % "1.0.0"
<dependency org="com.kumuluz.ee.jwt" name="kumuluzee-jwt-auth" rev="1.0.0"/>
@Grapes(@Grab(group='com.kumuluz.ee.jwt', module='kumuluzee-jwt-auth', version='1.0.0'))
'com.kumuluz.ee.jwt:kumuluzee-jwt-auth:jar:1.0.0'

Download

Click the following link to download the jar file.

kumuluzee-jwt-auth-1.0.0-javadoc.jar
kumuluzee-jwt-auth-1.0.0-sources.jar
kumuluzee-jwt-auth-1.0.0.jar
kumuluzee-jwt-auth-1.0.0.pom



Related Tutorials