is not current version
Last Version 1.3.5

io.dropwizard-bundles:dropwizard-version-bundle 0.9.1

Dropwizard bundle that easily exposes the version of your application.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard-bundles
ArtifactId

ArtifactId

dropwizard-version-bundle
Version

Version

0.9.1
Type

Type

jar

Download dropwizard-version-bundle 0.9.1


<!-- https://jarcasting.com/artifacts/io.dropwizard-bundles/dropwizard-version-bundle/ -->
<dependency>
    <groupId>io.dropwizard-bundles</groupId>
    <artifactId>dropwizard-version-bundle</artifactId>
    <version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard-bundles/dropwizard-version-bundle/
implementation 'io.dropwizard-bundles:dropwizard-version-bundle:0.9.1'
// https://jarcasting.com/artifacts/io.dropwizard-bundles/dropwizard-version-bundle/
implementation ("io.dropwizard-bundles:dropwizard-version-bundle:0.9.1")
'io.dropwizard-bundles:dropwizard-version-bundle:jar:0.9.1'
<dependency org="io.dropwizard-bundles" name="dropwizard-version-bundle" rev="0.9.1">
  <artifact name="dropwizard-version-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard-bundles', module='dropwizard-version-bundle', version='0.9.1')
)
libraryDependencies += "io.dropwizard-bundles" % "dropwizard-version-bundle" % "0.9.1"
[io.dropwizard-bundles/dropwizard-version-bundle "0.9.1"]