| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.easypost |
| ArtifactId | ArtifactIdeasypost-api-client |
| Version | Version4.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easypost-api-client-4.0.3.pom | |
| easypost-api-client-4.0.3.jar | 92 KB |
| easypost-api-client-4.0.3-sources.jar | 47 KB |
| easypost-api-client-4.0.3-javadoc.jar | 392 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.easypost/easypost-api-client/ -->
<dependency>
<groupId>com.easypost</groupId>
<artifactId>easypost-api-client</artifactId>
<version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.easypost/easypost-api-client/
implementation 'com.easypost:easypost-api-client:4.0.3'
// https://jarcasting.com/artifacts/com.easypost/easypost-api-client/
implementation ("com.easypost:easypost-api-client:4.0.3")
'com.easypost:easypost-api-client:jar:4.0.3'
<dependency org="com.easypost" name="easypost-api-client" rev="4.0.3">
<artifact name="easypost-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.easypost', module='easypost-api-client', version='4.0.3')
)
libraryDependencies += "com.easypost" % "easypost-api-client" % "4.0.3"
[com.easypost/easypost-api-client "4.0.3"]