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