h

helidon-microprofile-jwt-auth

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