d

dropwizard-launcher-maven-plugin

A maven plugin for starting and stopping dropwizard.
https://github.com/dhatim/dropwizard-launcher
The Apache License, Version 2.0
Matthias Tran
Files download
File Operation
dropwizard-launcher-maven-plugin-1.1.0.jar download
dropwizard-launcher-maven-plugin-1.1.0.pom download
dropwizard-launcher-maven-plugin-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.dhatim</groupId>
  <artifactId>dropwizard-launcher-maven-plugin</artifactId>
  <version>1.1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.dhatim:dropwizard-launcher-maven-plugin:1.1.0'
Gradle Kotlin
implementation("org.dhatim:dropwizard-launcher-maven-plugin:1.1.0")
Scala SBT
libraryDependencies += "org.dhatim" % "dropwizard-launcher-maven-plugin" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.dhatim', module='dropwizard-launcher-maven-plugin', version='1.1.0')
)
Apache Ivy
<dependency org="org.dhatim" name="dropwizard-launcher-maven-plugin" rev="1.1.0" />
Leiningen
[org.dhatim/dropwizard-launcher-maven-plugin "1.1.0"]
Apache Buildr
'org.dhatim:dropwizard-launcher-maven-plugin:jar:1.1.0'