is not current version
Last Version 0.3.1

com.github.veithen.daemon:daemon-launcher 0.1.2

Used by daemon-maven-plugin to launch a Commons Daemon implementation.

GroupId

GroupId

com.github.veithen.daemon
ArtifactId

ArtifactId

daemon-launcher
Version

Version

0.1.2
Type

Type

jar

Download daemon-launcher 0.1.2


<!-- https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-launcher/ -->
<dependency>
    <groupId>com.github.veithen.daemon</groupId>
    <artifactId>daemon-launcher</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-launcher/
implementation 'com.github.veithen.daemon:daemon-launcher:0.1.2'
// https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-launcher/
implementation ("com.github.veithen.daemon:daemon-launcher:0.1.2")
'com.github.veithen.daemon:daemon-launcher:jar:0.1.2'
<dependency org="com.github.veithen.daemon" name="daemon-launcher" rev="0.1.2">
  <artifact name="daemon-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.daemon', module='daemon-launcher', version='0.1.2')
)
libraryDependencies += "com.github.veithen.daemon" % "daemon-launcher" % "0.1.2"
[com.github.veithen.daemon/daemon-launcher "0.1.2"]