is not current version
Last Version 1.0.13

pl.wrzasq.commons:commons-daemon 1.0.4

Helper components for handling daemon services with Apache Commons Daemon.

GroupId

GroupId

pl.wrzasq.commons
ArtifactId

ArtifactId

commons-daemon
Version

Version

1.0.4
Type

Type

jar

Download commons-daemon 1.0.4


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