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