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