MVN

com.goshippo : shippo-java-client

Maven & Gradle

Apr 28, 2022
49 stars

Shippo Java Client · Shippo Java Bindings

<dependency>
    <groupId>com.goshippo</groupId>
    <artifactId>shippo-java-client</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.goshippo : shippo-java-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of com.goshippo : shippo-java-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
shippo-java-client-3.2.0
3.1.x
shippo-java-client-3.1.0
3.0.x
shippo-java-client-3.0.5
shippo-java-client-3.0.4
shippo-java-client-3.0.3
shippo-java-client-3.0.0
v1.3.x
shippo-java-client-v1.3.1
2.1.x
shippo-java-client-2.1.2
1.3.x
shippo-java-client-1.3.0
1.2.x
shippo-java-client-1.2.0
1.1.x
shippo-java-client-1.1.4
shippo-java-client-1.1.3
shippo-java-client-1.1.1
v2.1.x
shippo-java-client-v2.1.6
shippo-java-client-v2.1.5
shippo-java-client-v2.1.4
shippo-java-client-v2.1.3
shippo-java-client-v2.1.2
shippo-java-client-v2.1.1
shippo-java-client-v2.1.0
v2.0.x
shippo-java-client-v2.0.1
shippo-java-client-v2.0.0

How to add a dependency to Maven

Add the following com.goshippo : shippo-java-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.goshippo</groupId>
    <artifactId>shippo-java-client</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.goshippo : shippo-java-client gradle dependency to your build.gradle file:

implementation 'com.goshippo:shippo-java-client:3.2.0'

Gradle Kotlin DSL: Add the following com.goshippo : shippo-java-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.goshippo:shippo-java-client:3.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.goshippo : shippo-java-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.goshippo" % "shippo-java-client" % "3.2.0"