MVN

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

Maven & Gradle

Jun 11, 2020
10 usages
5 stars

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.

<dependency>
    <groupId>com.kumuluz.ee.jwt</groupId>
    <artifactId>kumuluzee-jwt-auth</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kumuluz.ee.jwt : kumuluzee-jwt-auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of com.kumuluz.ee.jwt : kumuluzee-jwt-auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
kumuluzee-jwt-auth-1.1.3
kumuluzee-jwt-auth-1.1.2
kumuluzee-jwt-auth-1.1.1
1.0.x
kumuluzee-jwt-auth-1.0.1
kumuluzee-jwt-auth-1.0.0

How to add a dependency to Maven

Add the following com.kumuluz.ee.jwt : kumuluzee-jwt-auth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kumuluz.ee.jwt</groupId>
    <artifactId>kumuluzee-jwt-auth</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kumuluz.ee.jwt : kumuluzee-jwt-auth gradle dependency to your build.gradle file:

implementation 'com.kumuluz.ee.jwt:kumuluzee-jwt-auth:1.1.3'

Gradle Kotlin DSL: Add the following com.kumuluz.ee.jwt : kumuluzee-jwt-auth gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kumuluz.ee.jwt:kumuluzee-jwt-auth:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kumuluz.ee.jwt : kumuluzee-jwt-auth sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kumuluz.ee.jwt" % "kumuluzee-jwt-auth" % "1.1.3"