b

base-dropwizard-4x-pom

POM file for managing DragonZone Dropwizard projects
文件下载
文件名 操作
base-dropwizard-4x-pom-5.0.10.pom 下载
Apache Maven
<dependency>
  <groupId>zone.dragon</groupId>
  <artifactId>base-dropwizard-4x-pom</artifactId>
  <version>5.0.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'zone.dragon:base-dropwizard-4x-pom:5.0.10'
Gradle Kotlin
implementation("zone.dragon:base-dropwizard-4x-pom:5.0.10")
Scala SBT
libraryDependencies += "zone.dragon" % "base-dropwizard-4x-pom" % "5.0.10"
Groovy Grape
@Grapes(
  @Grab(group='zone.dragon', module='base-dropwizard-4x-pom', version='5.0.10')
)
Apache Ivy
<dependency org="zone.dragon" name="base-dropwizard-4x-pom" rev="5.0.10" />
Leiningen
[zone.dragon/base-dropwizard-4x-pom "5.0.10"]
Apache Buildr
'zone.dragon:base-dropwizard-4x-pom:jar:5.0.10'