License |
License |
---|---|
GroupId | GroupIdcommons-daemon |
ArtifactId | ArtifactIdcommons-daemon |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionApache Commons Daemon
Apache Commons Daemon software is a set of utilities and Java support
classes for running Java applications as server processes. These are
commonly known as 'daemon' processes in Unix terminology (hence the
name). On Windows they are called 'services'.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-daemon-1.3.0.pom | |
commons-daemon-1.3.0.jar | 24 KB |
commons-daemon-1.3.0-src.zip | 373 KB |
commons-daemon-1.3.0-src.tar.gz | 278 KB |
commons-daemon-1.3.0-sources.jar | 25 KB |
commons-daemon-1.3.0-native-src.zip | 260 KB |
commons-daemon-1.3.0-native-src.tar.gz | 205 KB |
commons-daemon-1.3.0-javadoc.jar | 467 KB |
commons-daemon-1.3.0-bin.zip | 995 KB |
commons-daemon-1.3.0-bin.tar.gz | 897 KB |
commons-daemon-1.3.0-bin-windows.zip | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/commons-daemon/commons-daemon/ -->
<dependency>
<groupId>commons-daemon</groupId>
<artifactId>commons-daemon</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/commons-daemon/commons-daemon/
implementation 'commons-daemon:commons-daemon:1.3.0'
// https://jarcasting.com/artifacts/commons-daemon/commons-daemon/
implementation ("commons-daemon:commons-daemon:1.3.0")
'commons-daemon:commons-daemon:jar:1.3.0'
<dependency org="commons-daemon" name="commons-daemon" rev="1.3.0">
<artifact name="commons-daemon" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-daemon', module='commons-daemon', version='1.3.0')
)
libraryDependencies += "commons-daemon" % "commons-daemon" % "1.3.0"
[commons-daemon "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |