License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.goshippo |
ArtifactId | ArtifactIdshippo-java-client |
Version | Version3.0.5 |
Type | Typejar |
Description |
DescriptionShippo Java Client
Shippo Java Bindings
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
shippo-java-client-3.0.5.pom | |
shippo-java-client-3.0.5.jar | 69 KB |
shippo-java-client-3.0.5-sources.jar | 34 KB |
shippo-java-client-3.0.5-javadoc.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.goshippo/shippo-java-client/ -->
<dependency>
<groupId>com.goshippo</groupId>
<artifactId>shippo-java-client</artifactId>
<version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.goshippo/shippo-java-client/
implementation 'com.goshippo:shippo-java-client:3.0.5'
// https://jarcasting.com/artifacts/com.goshippo/shippo-java-client/
implementation ("com.goshippo:shippo-java-client:3.0.5")
'com.goshippo:shippo-java-client:jar:3.0.5'
<dependency org="com.goshippo" name="shippo-java-client" rev="3.0.5">
<artifact name="shippo-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goshippo', module='shippo-java-client', version='3.0.5')
)
libraryDependencies += "com.goshippo" % "shippo-java-client" % "3.0.5"
[com.goshippo/shippo-java-client "3.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |