is not current version
Last Version 1.0.1

com.shipengine:shipengine 1.0.0

The official Java SDK for ShipEngine API.

GroupId

GroupId

com.shipengine
ArtifactId

ArtifactId

shipengine
Version

Version

1.0.0
Type

Type

jar

Download shipengine 1.0.0


<!-- https://jarcasting.com/artifacts/com.shipengine/shipengine/ -->
<dependency>
    <groupId>com.shipengine</groupId>
    <artifactId>shipengine</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.shipengine/shipengine/
implementation 'com.shipengine:shipengine:1.0.0'
// https://jarcasting.com/artifacts/com.shipengine/shipengine/
implementation ("com.shipengine:shipengine:1.0.0")
'com.shipengine:shipengine:jar:1.0.0'
<dependency org="com.shipengine" name="shipengine" rev="1.0.0">
  <artifact name="shipengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shipengine', module='shipengine', version='1.0.0')
)
libraryDependencies += "com.shipengine" % "shipengine" % "1.0.0"
[com.shipengine/shipengine "1.0.0"]