is not current version
Last Version 0.4.4

pl.chilldev.commons:commons-daemon 0.2.3

Helper components for handling daemon services with Apache Commons Daemon.

GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons-daemon
Version

Version

0.2.3
Type

Type

jar

Download commons-daemon 0.2.3


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