Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.goshippo |
ArtifactId | ArtifactIdshippo-java-client |
Version | Versionv2.1.5 |
Type | Typejar |
Filename | Size |
---|---|
shippo-java-client-v2.1.5.pom | |
shippo-java-client-v2.1.5.jar | 68 KB |
shippo-java-client-v2.1.5-sources.jar | 33 KB |
shippo-java-client-v2.1.5-javadoc.jar | 738 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.goshippo/shippo-java-client/ -->
<dependency>
<groupId>com.goshippo</groupId>
<artifactId>shippo-java-client</artifactId>
<version>v2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.goshippo/shippo-java-client/
implementation 'com.goshippo:shippo-java-client:v2.1.5'
// https://jarcasting.com/artifacts/com.goshippo/shippo-java-client/
implementation ("com.goshippo:shippo-java-client:v2.1.5")
'com.goshippo:shippo-java-client:jar:v2.1.5'
<dependency org="com.goshippo" name="shippo-java-client" rev="v2.1.5">
<artifact name="shippo-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goshippo', module='shippo-java-client', version='v2.1.5')
)
libraryDependencies += "com.goshippo" % "shippo-java-client" % "v2.1.5"
[com.goshippo/shippo-java-client "v2.1.5"]