Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdorg.isomorphism.dropwizard |
ArtifactId | ArtifactIddropwizard-version-bundle |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptiondropwizard-version-bundle
Dropwizard bundle that easily exposes the version of your application.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.isomorphism.dropwizard/dropwizard-version-bundle/ -->
<dependency>
<groupId>org.isomorphism.dropwizard</groupId>
<artifactId>dropwizard-version-bundle</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.isomorphism.dropwizard/dropwizard-version-bundle/
implementation 'org.isomorphism.dropwizard:dropwizard-version-bundle:0.1.0'
// https://jarcasting.com/artifacts/org.isomorphism.dropwizard/dropwizard-version-bundle/
implementation ("org.isomorphism.dropwizard:dropwizard-version-bundle:0.1.0")
'org.isomorphism.dropwizard:dropwizard-version-bundle:jar:0.1.0'
<dependency org="org.isomorphism.dropwizard" name="dropwizard-version-bundle" rev="0.1.0">
<artifact name="dropwizard-version-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.isomorphism.dropwizard', module='dropwizard-version-bundle', version='0.1.0')
)
libraryDependencies += "org.isomorphism.dropwizard" % "dropwizard-version-bundle" % "0.1.0"
[org.isomorphism.dropwizard/dropwizard-version-bundle "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 0.7.1 |
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-testing | jar | 0.7.1 |
junit : junit | jar | 4.12 |