is not current version
Last Version 2.26.0

com.atlassian.asap:asap-parent 2.13.0

Java library that implements the ASAP protocol for service to service authentication using Json Web Tokens (JWT)

GroupId

GroupId

com.atlassian.asap
ArtifactId

ArtifactId

asap-parent
Version

Version

2.13.0
Type

Type

pom

Download asap-parent 2.13.0

Filename Size
asap-parent-2.13.0.pom 21 KB
Browse

<!-- https://jarcasting.com/artifacts/com.atlassian.asap/asap-parent/ -->
<dependency>
    <groupId>com.atlassian.asap</groupId>
    <artifactId>asap-parent</artifactId>
    <version>2.13.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.asap/asap-parent/
implementation 'com.atlassian.asap:asap-parent:2.13.0'
// https://jarcasting.com/artifacts/com.atlassian.asap/asap-parent/
implementation ("com.atlassian.asap:asap-parent:2.13.0")
'com.atlassian.asap:asap-parent:pom:2.13.0'
<dependency org="com.atlassian.asap" name="asap-parent" rev="2.13.0">
  <artifact name="asap-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.asap', module='asap-parent', version='2.13.0')
)
libraryDependencies += "com.atlassian.asap" % "asap-parent" % "2.13.0"
[com.atlassian.asap/asap-parent "2.13.0"]