Files download
File Operation
shipstation-1.13.jar download
shipstation-1.13.pom download
shipstation-1.13-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.dftrakesh</groupId>
  <artifactId>shipstation</artifactId>
  <version>1.13</version>
</dependency>
Gradle Groovy
implementation 'io.github.dftrakesh:shipstation:1.13'
Gradle Kotlin
implementation("io.github.dftrakesh:shipstation:1.13")
Scala SBT
libraryDependencies += "io.github.dftrakesh" % "shipstation" % "1.13"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dftrakesh', module='shipstation', version='1.13')
)
Apache Ivy
<dependency org="io.github.dftrakesh" name="shipstation" rev="1.13" />
Leiningen
[io.github.dftrakesh/shipstation "1.13"]
Apache Buildr
'io.github.dftrakesh:shipstation:jar:1.13'