t

transistore-dropwizard

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