License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.github.mayflower |
ArtifactId | ArtifactIdagcod-java-client |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionAGCOD Client SDK
The AGCOD (Amazon Gift Cards On Demand) SDK for Java is a client based on the official AWS SDK Java v2
for the Amazon Incentives API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
agcod-java-client-1.0.pom | |
agcod-java-client-1.0.jar | 135 KB |
agcod-java-client-1.0-sources.jar | 100 KB |
agcod-java-client-1.0-javadoc.jar | 718 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mayflower/agcod-java-client/ -->
<dependency>
<groupId>com.github.mayflower</groupId>
<artifactId>agcod-java-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mayflower/agcod-java-client/
implementation 'com.github.mayflower:agcod-java-client:1.0'
// https://jarcasting.com/artifacts/com.github.mayflower/agcod-java-client/
implementation ("com.github.mayflower:agcod-java-client:1.0")
'com.github.mayflower:agcod-java-client:jar:1.0'
<dependency org="com.github.mayflower" name="agcod-java-client" rev="1.0">
<artifact name="agcod-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mayflower', module='agcod-java-client', version='1.0')
)
libraryDependencies += "com.github.mayflower" % "agcod-java-client" % "1.0"
[com.github.mayflower/agcod-java-client "1.0"]
Group / Artifact | Type | Version |
---|---|---|
software.amazon.awssdk : sdk-core | jar | 2.10.39 |
software.amazon.awssdk : aws-json-protocol | jar | 2.10.39 |
software.amazon.awssdk : protocol-core | jar | 2.10.39 |
software.amazon.awssdk : codegen-maven-plugin | jar | 2.10.39 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
software.amazon.awssdk : sts | jar | 2.10.39 |
junit : junit | jar | 4.12 |
org.slf4j : slf4j-log4j12 | jar | 1.7.28 |
com.github.tomakehurst : wiremock | jar | 2.18.0 |