License |
License |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-daemon |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommons Daemon
Apache Commons Daemon software provides an alternative invocation mechanism for unix-daemon-like Java code.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-daemon-1.0.9.pom | |
commons-daemon-1.0.9.jar | 23 KB |
commons-daemon-1.0.9-sources.jar | 22 KB |
commons-daemon-1.0.9-javadoc.jar | 103 KB |
commons-daemon-1.0.9-bin-windows.zip | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-daemon/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-daemon</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-daemon/
implementation 'org.apache.commons:commons-daemon:1.0.9'
// https://jarcasting.com/artifacts/org.apache.commons/commons-daemon/
implementation ("org.apache.commons:commons-daemon:1.0.9")
'org.apache.commons:commons-daemon:jar:1.0.9'
<dependency org="org.apache.commons" name="commons-daemon" rev="1.0.9">
<artifact name="commons-daemon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-daemon', version='1.0.9')
)
libraryDependencies += "org.apache.commons" % "commons-daemon" % "1.0.9"
[org.apache.commons/commons-daemon "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |