m

module-parent

Common baseline for Dropwizard modules
https://github.com/dropwizard/${repository.name}
Apache 2.0
Dropwizard
Dropwizard
Files download
File Operation
module-parent-4.0.2.pom download
Apache Maven
<dependency>
  <groupId>io.dropwizard.modules</groupId>
  <artifactId>module-parent</artifactId>
  <version>4.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.dropwizard.modules:module-parent:4.0.2'
Gradle Kotlin
implementation("io.dropwizard.modules:module-parent:4.0.2")
Scala SBT
libraryDependencies += "io.dropwizard.modules" % "module-parent" % "4.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard.modules', module='module-parent', version='4.0.2')
)
Apache Ivy
<dependency org="io.dropwizard.modules" name="module-parent" rev="4.0.2" />
Leiningen
[io.dropwizard.modules/module-parent "4.0.2"]
Apache Buildr
'io.dropwizard.modules:module-parent:jar:4.0.2'
Dependencies
The project has no third-party dependencies