Jar examples for m:mocca-core
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.
You can download jar file mocca-core 0.1.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add mocca-core-0.1.1.jar to your project.
<dependency> <groupId>de.ovgu.dke.mocca</groupId> <artifactId>mocca-core</artifactId> <version>0.1.1</version> </dependency>
compile group: 'de.ovgu.dke.mocca', name: 'mocca-core', version: '0.1.1'
libraryDependencies += "de.ovgu.dke.mocca" % "mocca-core" % "0.1.1"
<dependency org="de.ovgu.dke.mocca" name="mocca-core" rev="0.1.1"/>
@Grapes(@Grab(group='de.ovgu.dke.mocca', module='mocca-core', version='0.1.1'))
'de.ovgu.dke.mocca:mocca-core:jar:0.1.1'
Click the following link to download the jar file.
mocca-core-0.1.1-javadoc.jar