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
文件下载
文件名 操作
dropwizard-version-bundle-0.8.1-1.jar 下载
dropwizard-version-bundle-0.8.1-1.pom 下载
dropwizard-version-bundle-0.8.1-1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.dropwizard-bundles</groupId>
  <artifactId>dropwizard-version-bundle</artifactId>
  <version>0.8.1-1</version>
</dependency>
Gradle Groovy
implementation 'io.dropwizard-bundles:dropwizard-version-bundle:0.8.1-1'
Gradle Kotlin
implementation("io.dropwizard-bundles:dropwizard-version-bundle:0.8.1-1")
Scala SBT
libraryDependencies += "io.dropwizard-bundles" % "dropwizard-version-bundle" % "0.8.1-1"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard-bundles', module='dropwizard-version-bundle', version='0.8.1-1')
)
Apache Ivy
<dependency org="io.dropwizard-bundles" name="dropwizard-version-bundle" rev="0.8.1-1" />
Leiningen
[io.dropwizard-bundles/dropwizard-version-bundle "0.8.1-1"]
Apache Buildr
'io.dropwizard-bundles:dropwizard-version-bundle:jar:0.8.1-1'