d

dropwizard-version-bundle

Dropwizard bundle that easily exposes the version of your application.
The Apache Software License, Version 2.0
Brandon Beck Nate Bauernfeind
Files download
File Operation
dropwizard-version-bundle-1.0.5.jar download
dropwizard-version-bundle-1.0.5.pom download
dropwizard-version-bundle-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.dropwizard-bundles</groupId>
  <artifactId>dropwizard-version-bundle</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'io.dropwizard-bundles:dropwizard-version-bundle:1.0.5'
Gradle Kotlin
implementation("io.dropwizard-bundles:dropwizard-version-bundle:1.0.5")
Scala SBT
libraryDependencies += "io.dropwizard-bundles" % "dropwizard-version-bundle" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard-bundles', module='dropwizard-version-bundle', version='1.0.5')
)
Apache Ivy
<dependency org="io.dropwizard-bundles" name="dropwizard-version-bundle" rev="1.0.5" />
Leiningen
[io.dropwizard-bundles/dropwizard-version-bundle "1.0.5"]
Apache Buildr
'io.dropwizard-bundles:dropwizard-version-bundle:jar:1.0.5'