Jar examples for c:commons-daemon
Apache Commons Daemon software provides an alternative invocation mechanism for unix-daemon-like Java code.
You can download jar file commons-daemon 1.0.9 in this page.
Apache License
You can use the following script to add commons-daemon-1.0.9.jar to your project.
<dependency> <groupId>commons-daemon</groupId> <artifactId>commons-daemon</artifactId> <version>1.0.9</version> </dependency>
compile group: 'commons-daemon', name: 'commons-daemon', version: '1.0.9'
libraryDependencies += "commons-daemon" % "commons-daemon" % "1.0.9"
<dependency org="commons-daemon" name="commons-daemon" rev="1.0.9"/>
@Grapes(@Grab(group='commons-daemon', module='commons-daemon', version='1.0.9'))
'commons-daemon:commons-daemon:jar:1.0.9'
Click the following link to download the jar file.
commons-daemon-1.0.9-javadoc.jar