| License |
License |
|---|---|
| Categories |
CategoriesHelidon Container Microservices Security |
| GroupId | GroupIdio.helidon.security |
| ArtifactId | ArtifactIdhelidon-security-jwt |
| Last Version | Last Version3.0.0-M2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHelidon Security JWT
Implementation of JWT and JWK to be used in other modules.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.security/helidon-security-jwt/ -->
<dependency>
<groupId>io.helidon.security</groupId>
<artifactId>helidon-security-jwt</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.security/helidon-security-jwt/
implementation 'io.helidon.security:helidon-security-jwt:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.security/helidon-security-jwt/
implementation ("io.helidon.security:helidon-security-jwt:3.0.0-M2")
'io.helidon.security:helidon-security-jwt:jar:3.0.0-M2'
<dependency org="io.helidon.security" name="helidon-security-jwt" rev="3.0.0-M2">
<artifact name="helidon-security-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.security', module='helidon-security-jwt', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.security" % "helidon-security-jwt" % "3.0.0-M2"
[io.helidon.security/helidon-security-jwt "3.0.0-M2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.helidon.common : helidon-common | jar | 3.0.0-M2 |
| io.helidon.security : helidon-security-util | jar | 3.0.0-M2 |
| io.helidon.common : helidon-common-configurable | jar | 3.0.0-M2 |
| jakarta.json : jakarta.json-api | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish : jakarta.json | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.hamcrest : hamcrest-core | jar | 1.3 |