t

transistore-dropwizard

Version of TransiStore service to deploy on DropWizard
Files download
File Operation
transistore-dropwizard-0.9.8.jar download
transistore-dropwizard-0.9.8.pom download
transistore-dropwizard-0.9.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fasterxml.transistore</groupId>
  <artifactId>transistore-dropwizard</artifactId>
  <version>0.9.8</version>
</dependency>
Gradle Groovy
implementation 'com.fasterxml.transistore:transistore-dropwizard:0.9.8'
Gradle Kotlin
implementation("com.fasterxml.transistore:transistore-dropwizard:0.9.8")
Scala SBT
libraryDependencies += "com.fasterxml.transistore" % "transistore-dropwizard" % "0.9.8"
Groovy Grape
@Grapes(
  @Grab(group='com.fasterxml.transistore', module='transistore-dropwizard', version='0.9.8')
)
Apache Ivy
<dependency org="com.fasterxml.transistore" name="transistore-dropwizard" rev="0.9.8" />
Leiningen
[com.fasterxml.transistore/transistore-dropwizard "0.9.8"]
Apache Buildr
'com.fasterxml.transistore:transistore-dropwizard:jar:0.9.8'