Jar examples for k:kumuluzee-jwt-auth
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.
MIT License
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'
Click the following link to download the jar file.
kumuluzee-jwt-auth-1.0.0-javadoc.jar