| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.entur.jwt-rs |
| ArtifactId | ArtifactIdjwt-client-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-client-core-2.0.2.pom | |
| jwt-client-core-2.0.2.jar | 42 KB |
| jwt-client-core-2.0.2-sources.jar | 26 KB |
| jwt-client-core-2.0.2-javadoc.jar | 221 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.entur.jwt-rs/jwt-client-core/ -->
<dependency>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>jwt-client-core</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.entur.jwt-rs/jwt-client-core/
implementation 'org.entur.jwt-rs:jwt-client-core:2.0.2'
// https://jarcasting.com/artifacts/org.entur.jwt-rs/jwt-client-core/
implementation ("org.entur.jwt-rs:jwt-client-core:2.0.2")
'org.entur.jwt-rs:jwt-client-core:jar:2.0.2'
<dependency org="org.entur.jwt-rs" name="jwt-client-core" rev="2.0.2">
<artifact name="jwt-client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.entur.jwt-rs', module='jwt-client-core', version='2.0.2')
)
libraryDependencies += "org.entur.jwt-rs" % "jwt-client-core" % "2.0.2"
[org.entur.jwt-rs/jwt-client-core "2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
| 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 |