is not current version
Last Version 0.1.2

de.ovgu.dke.mocca:mocca-core 0.1.1

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. In contrast to the Request-Response scheme the message flow is not fixed by the framework. This allows to implement different communication paradigms (including Request-Response). The whole system can be seen as an automaton with Messages that trigger state transitions in the local Contexts. This library contains the core components, including the GLUE-based implementation.

GroupId

GroupId

de.ovgu.dke.mocca
ArtifactId

ArtifactId

mocca-core
Version

Version

0.1.1
Type

Type

jar

Download mocca-core 0.1.1


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