License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices |
GroupId | GroupIdio.helidon.microprofile.jwt |
ArtifactId | ArtifactIdhelidon-microprofile-jwt-auth |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon Microprofile JWT Auth
Microprofile JWT-Auth implementation Project
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.microprofile.jwt/helidon-microprofile-jwt-auth/ -->
<dependency>
<groupId>io.helidon.microprofile.jwt</groupId>
<artifactId>helidon-microprofile-jwt-auth</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.microprofile.jwt/helidon-microprofile-jwt-auth/
implementation 'io.helidon.microprofile.jwt:helidon-microprofile-jwt-auth:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.microprofile.jwt/helidon-microprofile-jwt-auth/
implementation ("io.helidon.microprofile.jwt:helidon-microprofile-jwt-auth:3.0.0-M2")
'io.helidon.microprofile.jwt:helidon-microprofile-jwt-auth:jar:3.0.0-M2'
<dependency org="io.helidon.microprofile.jwt" name="helidon-microprofile-jwt-auth" rev="3.0.0-M2">
<artifact name="helidon-microprofile-jwt-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile.jwt', module='helidon-microprofile-jwt-auth', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.microprofile.jwt" % "helidon-microprofile-jwt-auth" % "3.0.0-M2"
[io.helidon.microprofile.jwt/helidon-microprofile-jwt-auth "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.interceptor : jakarta.interceptor-api | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 2.23.4 |
io.helidon.microprofile.tests : helidon-microprofile-tests-junit5 | jar | 3.0.0-M2 |