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