s

stork-demo-dropwizard

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