License |
License |
---|---|
Categories |
CategoriesCLI User Interface Feign Net HTTP Clients |
GroupId | GroupIdcom.atlassian.asap |
ArtifactId | ArtifactIdasap-client-feign |
Last Version | Last Version2.26.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionASAP - Client - Feign Support
Java library that implements the ASAP protocol for service to service authentication using Json Web Tokens (JWT)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
asap-client-feign-2.26.0.pom | |
asap-client-feign-2.26.0.jar | 3 KB |
asap-client-feign-2.26.0-sources.jar | 2 KB |
asap-client-feign-2.26.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.asap/asap-client-feign/ -->
<dependency>
<groupId>com.atlassian.asap</groupId>
<artifactId>asap-client-feign</artifactId>
<version>2.26.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.asap/asap-client-feign/
implementation 'com.atlassian.asap:asap-client-feign:2.26.0'
// https://jarcasting.com/artifacts/com.atlassian.asap/asap-client-feign/
implementation ("com.atlassian.asap:asap-client-feign:2.26.0")
'com.atlassian.asap:asap-client-feign:jar:2.26.0'
<dependency org="com.atlassian.asap" name="asap-client-feign" rev="2.26.0">
<artifact name="asap-client-feign" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.asap', module='asap-client-feign', version='2.26.0')
)
libraryDependencies += "com.atlassian.asap" % "asap-client-feign" % "2.26.0"
[com.atlassian.asap/asap-client-feign "2.26.0"]
Group / Artifact | Type | Version |
---|---|---|
com.atlassian.asap : asap-common | jar | 2.26.0 |
com.atlassian.asap : asap-client-core | jar | 2.26.0 |
io.github.openfeign : feign-core | jar | 9.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
org.slf4j : slf4j-simple | jar | 1.7.25 |
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 |
io.github.openfeign : feign-gson | jar | 9.6.0 |
com.atlassian.asap : asap-test-common | jar | 2.26.0 |