| License |
License |
|---|---|
| GroupId | GroupIdcom.ge.predix |
| ArtifactId | ArtifactIduaa-token-lib |
| Last Version | Last Version5.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPredix UAA Token Library
This library contains classes that help verify UAA issued JSON Web Tokens.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| uaa-token-lib-5.0.0.pom | |
| uaa-token-lib-5.0.0.jar | 25 KB |
| uaa-token-lib-5.0.0-sources.jar | 14 KB |
| uaa-token-lib-5.0.0-javadoc.jar | 86 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ge.predix/uaa-token-lib/ -->
<dependency>
<groupId>com.ge.predix</groupId>
<artifactId>uaa-token-lib</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ge.predix/uaa-token-lib/
implementation 'com.ge.predix:uaa-token-lib:5.0.0'
// https://jarcasting.com/artifacts/com.ge.predix/uaa-token-lib/
implementation ("com.ge.predix:uaa-token-lib:5.0.0")
'com.ge.predix:uaa-token-lib:jar:5.0.0'
<dependency org="com.ge.predix" name="uaa-token-lib" rev="5.0.0">
<artifact name="uaa-token-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ge.predix', module='uaa-token-lib', version='5.0.0')
)
libraryDependencies += "com.ge.predix" % "uaa-token-lib" % "5.0.0"
[com.ge.predix/uaa-token-lib "5.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 7.3.0 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.springframework : spring-test | jar | 5.3.4 |
| org.slf4j : slf4j-simple | jar | 1.7.30 |