is not current version
Last Version 0.4.4

pl.chilldev.commons:commons-daemon 0.1.1

Helper components for handling daemon services with Apache Commons Daemon.

GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons-daemon
Version

Version

0.1.1
Type

Type

jar

Download commons-daemon 0.1.1


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