d

dropwizard-parent

Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web applications.
文件下载
文件名 操作
dropwizard-parent-5.0.0-alpha.3.pom 下载
Apache Maven
<dependency>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-parent</artifactId>
  <version>5.0.0-alpha.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.dropwizard:dropwizard-parent:5.0.0-alpha.3'
Gradle Kotlin
implementation("io.dropwizard:dropwizard-parent:5.0.0-alpha.3")
Scala SBT
libraryDependencies += "io.dropwizard" % "dropwizard-parent" % "5.0.0-alpha.3"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard', module='dropwizard-parent', version='5.0.0-alpha.3')
)
Apache Ivy
<dependency org="io.dropwizard" name="dropwizard-parent" rev="5.0.0-alpha.3" />
Leiningen
[io.dropwizard/dropwizard-parent "5.0.0-alpha.3"]
Apache Buildr
'io.dropwizard:dropwizard-parent:jar:5.0.0-alpha.3'