is not current version
Last Version 1.3.5

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

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

1.2.2
Type

Type

jar

Download dropwizard-version-bundle 1.2.2


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