Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.easypost |
ArtifactId | ArtifactIdeasypost-api-client |
Version | Version2.2.3-STAGING |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.easypost/easypost-api-client/ -->
<dependency>
<groupId>com.easypost</groupId>
<artifactId>easypost-api-client</artifactId>
<version>2.2.3-STAGING</version>
</dependency>
// https://jarcasting.com/artifacts/com.easypost/easypost-api-client/
implementation 'com.easypost:easypost-api-client:2.2.3-STAGING'
// https://jarcasting.com/artifacts/com.easypost/easypost-api-client/
implementation ("com.easypost:easypost-api-client:2.2.3-STAGING")
'com.easypost:easypost-api-client:jar:2.2.3-STAGING'
<dependency org="com.easypost" name="easypost-api-client" rev="2.2.3-STAGING">
<artifact name="easypost-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.easypost', module='easypost-api-client', version='2.2.3-STAGING')
)
libraryDependencies += "com.easypost" % "easypost-api-client" % "2.2.3-STAGING"
[com.easypost/easypost-api-client "2.2.3-STAGING"]