mocca-daemon

MOCCA is the Message-Oriented Command and Context Architecture, providing a GLUE middle-ware that allows sending commands to a peer which are executed by state-less handlers in a specific context. This library contains the daemon component which allows to run MOCCA Agents as system services.

License

License

GroupId

GroupId

de.ovgu.dke.mocca
ArtifactId

ArtifactId

mocca-daemon
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

mocca-daemon
MOCCA is the Message-Oriented Command and Context Architecture, providing a GLUE middle-ware that allows sending commands to a peer which are executed by state-less handlers in a specific context. This library contains the daemon component which allows to run MOCCA Agents as system services.

Download mocca-daemon

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
de.ovgu.dke.mocca : mocca-core jar 0.1.2
org.apache.directory.daemon : daemon-plugin jar 1.1.8
commons-logging : commons-logging jar 1.1.1
net.jcip : jcip-annotations jar 1.0

runtime (1)

Group / Artifact Type Version
log4j : log4j Optional jar 1.2.15

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.7

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.2
0.1.1