License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.recurly.v3 |
ArtifactId | ArtifactIdapi-client |
Last Version | Last Version4.20.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRecurly API V3 Java Client
The official Java client for Recurly's V3 API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
api-client-4.20.0.pom | |
api-client-4.20.0.jar | 174 KB |
api-client-4.20.0-sources.jar | 179 KB |
api-client-4.20.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.recurly.v3/api-client/ -->
<dependency>
<groupId>com.recurly.v3</groupId>
<artifactId>api-client</artifactId>
<version>4.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.recurly.v3/api-client/
implementation 'com.recurly.v3:api-client:4.20.0'
// https://jarcasting.com/artifacts/com.recurly.v3/api-client/
implementation ("com.recurly.v3:api-client:4.20.0")
'com.recurly.v3:api-client:jar:4.20.0'
<dependency org="com.recurly.v3" name="api-client" rev="4.20.0">
<artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.recurly.v3', module='api-client', version='4.20.0')
)
libraryDependencies += "com.recurly.v3" % "api-client" % "4.20.0"
[com.recurly.v3/api-client "4.20.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugins : maven-compiler-plugin | jar | 3.8.1 |
com.google.code.gson : gson | jar | 2.8.6 |
com.squareup.okhttp3 : okhttp | jar | 4.7.2 |
com.squareup.okhttp3 : logging-interceptor | jar | 4.7.2 |
joda-time : joda-time | jar | 2.10.6 |
com.fatboyindustrial.gson-jodatime-serialisers : gson-jodatime-serialisers | jar | 1.8.0 |
xerces : xercesImpl | jar | 2.12.2 |
org.codehaus.plexus : plexus-utils | jar | 3.2.1 |
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : mockwebserver | jar | 4.7.2 |
org.apache.maven.surefire : surefire | pom | 3.0.0-M4 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
org.jacoco : jacoco-maven-plugin | maven-plugin | 0.8.5 |
org.mockito : mockito-core | jar | 4.4.0 |
org.mockito : mockito-inline | jar | 4.4.0 |
org.hamcrest : hamcrest-library | jar | 2.2 |