is not current version
Last Version 4.20.0

com.recurly.v3:api-client 3.0.0-beta-1

The official Java client for Recurly's V3 API.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.recurly.v3
ArtifactId

ArtifactId

api-client
Version

Version

3.0.0-beta-1
Type

Type

jar

Download api-client 3.0.0-beta-1


<!-- https://jarcasting.com/artifacts/com.recurly.v3/api-client/ -->
<dependency>
    <groupId>com.recurly.v3</groupId>
    <artifactId>api-client</artifactId>
    <version>3.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.recurly.v3/api-client/
implementation 'com.recurly.v3:api-client:3.0.0-beta-1'
// https://jarcasting.com/artifacts/com.recurly.v3/api-client/
implementation ("com.recurly.v3:api-client:3.0.0-beta-1")
'com.recurly.v3:api-client:jar:3.0.0-beta-1'
<dependency org="com.recurly.v3" name="api-client" rev="3.0.0-beta-1">
  <artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.recurly.v3', module='api-client', version='3.0.0-beta-1')
)
libraryDependencies += "com.recurly.v3" % "api-client" % "3.0.0-beta-1"
[com.recurly.v3/api-client "3.0.0-beta-1"]