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