h

helidon-microprofile-jwt-auth

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