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