License |
License |
---|---|
GroupId | GroupIdorg.entur.jwt-rs |
ArtifactId | ArtifactIdjwt-verifier-core |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJson Web Token resource-server utilities
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jwt-verifier-core-2.0.2.pom | |
jwt-verifier-core-2.0.2.jar | 15 KB |
jwt-verifier-core-2.0.2-sources.jar | 9 KB |
jwt-verifier-core-2.0.2-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.entur.jwt-rs/jwt-verifier-core/ -->
<dependency>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>jwt-verifier-core</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.entur.jwt-rs/jwt-verifier-core/
implementation 'org.entur.jwt-rs:jwt-verifier-core:2.0.2'
// https://jarcasting.com/artifacts/org.entur.jwt-rs/jwt-verifier-core/
implementation ("org.entur.jwt-rs:jwt-verifier-core:2.0.2")
'org.entur.jwt-rs:jwt-verifier-core:jar:2.0.2'
<dependency org="org.entur.jwt-rs" name="jwt-verifier-core" rev="2.0.2">
<artifact name="jwt-verifier-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.entur.jwt-rs', module='jwt-verifier-core', version='2.0.2')
)
libraryDependencies += "org.entur.jwt-rs" % "jwt-verifier-core" % "2.0.2"
[org.entur.jwt-rs/jwt-verifier-core "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.entur.jwt-rs : jwk-core | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
com.google.truth : truth | jar | 1.1.3 |
com.google.truth.extensions : truth-java8-extension | jar | 1.1.3 |
org.mockito : mockito-core | jar | 4.5.1 |
org.hamcrest : hamcrest | jar | 2.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |