is not current version
Last Version 1.3.5

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

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.0.0
Type

Type

jar

Download dropwizard-version-bundle 1.0.0


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