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