m

mocca-tools

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 tools commonly used with MOCCA, e.g. in-band file transfer.
https://projects.dke-research.de/redmine/projects/mocca/
The Apache Software License, Version 2.0
Stefan Haun
Files download
File Operation
mocca-tools-0.1.0.jar download
mocca-tools-0.1.0.pom download
mocca-tools-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.ovgu.dke.mocca</groupId>
  <artifactId>mocca-tools</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'de.ovgu.dke.mocca:mocca-tools:0.1.0'
Gradle Kotlin
implementation("de.ovgu.dke.mocca:mocca-tools:0.1.0")
Scala SBT
libraryDependencies += "de.ovgu.dke.mocca" % "mocca-tools" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='de.ovgu.dke.mocca', module='mocca-tools', version='0.1.0')
)
Apache Ivy
<dependency org="de.ovgu.dke.mocca" name="mocca-tools" rev="0.1.0" />
Leiningen
[de.ovgu.dke.mocca/mocca-tools "0.1.0"]
Apache Buildr
'de.ovgu.dke.mocca:mocca-tools:jar:0.1.0'