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