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