| License |
License |
|---|---|
| Categories |
CategoriesHelidon Container Microservices Security |
| GroupId | GroupIdio.helidon.security |
| ArtifactId | ArtifactIdhelidon-security-jwt |
| Version | Version2.3.0 |
| 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 |
| Filename | Size |
|---|---|
| helidon-security-jwt-2.3.0.pom | |
| helidon-security-jwt-2.3.0.jar | 72 KB |
| helidon-security-jwt-2.3.0-sources.jar | 42 KB |
| helidon-security-jwt-2.3.0-javadoc.jar | 553 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.security/helidon-security-jwt/ -->
<dependency>
<groupId>io.helidon.security</groupId>
<artifactId>helidon-security-jwt</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.security/helidon-security-jwt/
implementation 'io.helidon.security:helidon-security-jwt:2.3.0'
// https://jarcasting.com/artifacts/io.helidon.security/helidon-security-jwt/
implementation ("io.helidon.security:helidon-security-jwt:2.3.0")
'io.helidon.security:helidon-security-jwt:jar:2.3.0'
<dependency org="io.helidon.security" name="helidon-security-jwt" rev="2.3.0">
<artifact name="helidon-security-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.security', module='helidon-security-jwt', version='2.3.0')
)
libraryDependencies += "io.helidon.security" % "helidon-security-jwt" % "2.3.0"
[io.helidon.security/helidon-security-jwt "2.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.helidon.common : helidon-common | jar | 2.3.0 |
| io.helidon.security : helidon-security-util | jar | 2.3.0 |
| io.helidon.common : helidon-common-configurable | jar | 2.3.0 |
| org.glassfish : jakarta.json | jar | 1.1.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.hamcrest : hamcrest-core | jar | 1.3 |