is not current version
Last Version 0.4.4

pl.chilldev.commons:commons-daemon 0.3.6

Helper components for handling daemon services with Apache Commons Daemon.

GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons-daemon
Version

Version

0.3.6
Type

Type

jar

Download commons-daemon 0.3.6


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