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