is not current version
Last Version 1.3.1

commons-daemon:commons-daemon 1.0.15

Apache Commons Daemon software provides an alternative invocation mechanism for unix-daemon-like Java code.

GroupId

GroupId

commons-daemon
ArtifactId

ArtifactId

commons-daemon
Version

Version

1.0.15
Type

Type

jar

Download commons-daemon 1.0.15


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