Apache Directory Daemon

Reusable framework for daemon applications based on Commons Daemon Jsvc and Procrun. A small installation layout pattern combined with some utility classes allows applications to be come UNIX daemons or Windows NT services. Reusable bootstrappers along with an installer plugin allow for the rapid creation of standalone daemon applications.

License

License

Apache Software License 2.0
GroupId

GroupId

org.apache.directory.daemon
ArtifactId

ArtifactId

build
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Apache Directory Daemon
Reusable framework for daemon applications based on Commons Daemon Jsvc and Procrun. A small installation layout pattern combined with some utility classes allows applications to be come UNIX daemons or Windows NT services. Reusable bootstrappers along with an installer plugin allow for the rapid creation of standalone daemon applications.

Download build

Filename Size
build-1.1.0.pom 1 KB
Browse

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : nlog4j jar 1.2.25
commons-daemon : commons-daemon jar 1.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

  • bootstrappers
  • plugin

Versions

Version
1.1.0
1.0.2
1.0.1
1.0.0
1.0-RC3
1.0-RC2
1.0-RC1