h

helidon-microprofile-jwt-auth

Microprofile JWT-Auth implementation Project
Files download
File Operation
helidon-microprofile-jwt-auth-4.1.6.jar download
helidon-microprofile-jwt-auth-4.1.6.pom download
helidon-microprofile-jwt-auth-4.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.helidon.microprofile.jwt</groupId>
  <artifactId>helidon-microprofile-jwt-auth</artifactId>
  <version>4.1.6</version>
</dependency>
Gradle Groovy
implementation 'io.helidon.microprofile.jwt:helidon-microprofile-jwt-auth:4.1.6'
Gradle Kotlin
implementation("io.helidon.microprofile.jwt:helidon-microprofile-jwt-auth:4.1.6")
Scala SBT
libraryDependencies += "io.helidon.microprofile.jwt" % "helidon-microprofile-jwt-auth" % "4.1.6"
Groovy Grape
@Grapes(
  @Grab(group='io.helidon.microprofile.jwt', module='helidon-microprofile-jwt-auth', version='4.1.6')
)
Apache Ivy
<dependency org="io.helidon.microprofile.jwt" name="helidon-microprofile-jwt-auth" rev="4.1.6" />
Leiningen
[io.helidon.microprofile.jwt/helidon-microprofile-jwt-auth "4.1.6"]
Apache Buildr
'io.helidon.microprofile.jwt:helidon-microprofile-jwt-auth:jar:4.1.6'