License |
License |
---|---|
GroupId | GroupIdcom.atlassian.asap |
ArtifactId | ArtifactIdasap-common |
Last Version | Last Version2.26.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionASAP - Common
Java library that implements the ASAP protocol for service to service authentication using Json Web Tokens (JWT)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
asap-common-2.26.0.pom | |
asap-common-2.26.0.jar | 96 KB |
asap-common-2.26.0-sources.jar | 61 KB |
asap-common-2.26.0-javadoc.jar | 440 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.asap/asap-common/ -->
<dependency>
<groupId>com.atlassian.asap</groupId>
<artifactId>asap-common</artifactId>
<version>2.26.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.asap/asap-common/
implementation 'com.atlassian.asap:asap-common:2.26.0'
// https://jarcasting.com/artifacts/com.atlassian.asap/asap-common/
implementation ("com.atlassian.asap:asap-common:2.26.0")
'com.atlassian.asap:asap-common:jar:2.26.0'
<dependency org="com.atlassian.asap" name="asap-common" rev="2.26.0">
<artifact name="asap-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.asap', module='asap-common', version='2.26.0')
)
libraryDependencies += "com.atlassian.asap" % "asap-common" % "2.26.0"
[com.atlassian.asap/asap-common "2.26.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.json : javax.json-api | jar | 1.0 |
org.glassfish : jakarta.json | jar | 1.1.6 |
com.nimbusds : nimbus-jose-jwt | jar | 7.9 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.64 |
org.apache.httpcomponents : httpcore | jar | 4.4.10 |
org.apache.httpcomponents : httpclient | jar | 4.5.6 |
org.apache.httpcomponents : httpclient-cache | jar | 4.5.6 |
com.google.guava : guava | jar | 19.0 |
org.apache.commons : commons-lang3 | jar | 3.5 |
commons-io : commons-io | jar | 2.5 |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.google.code.findbugs : annotations | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
com.atlassian.asap : asap-test-common | jar | 2.26.0 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
org.slf4j : slf4j-simple | jar | 1.7.25 |
com.github.stefanbirkner : system-rules | jar | 1.12.1 |
org.mock-server : mockserver-core | jar | 3.10.4 |
org.mock-server : mockserver-client-java | jar | 3.10.4 |
org.mock-server : mockserver-netty | jar | 3.10.4 |
org.openjdk.jmh : jmh-core | jar | 1.12 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.12 |