Files download
File Operation
dropwizard-project-5.0.0-alpha.3.pom download
Apache Maven
<dependency>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-project</artifactId>
  <version>5.0.0-alpha.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.dropwizard:dropwizard-project:5.0.0-alpha.3'
Gradle Kotlin
implementation("io.dropwizard:dropwizard-project:5.0.0-alpha.3")
Scala SBT
libraryDependencies += "io.dropwizard" % "dropwizard-project" % "5.0.0-alpha.3"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard', module='dropwizard-project', version='5.0.0-alpha.3')
)
Apache Ivy
<dependency org="io.dropwizard" name="dropwizard-project" rev="5.0.0-alpha.3" />
Leiningen
[io.dropwizard/dropwizard-project "5.0.0-alpha.3"]
Apache Buildr
'io.dropwizard:dropwizard-project:jar:5.0.0-alpha.3'
Dependencies
The project has no third-party dependencies