MVN

de.ovgu.dke.mocca : mocca-tools

Maven & Gradle

Mar 12, 2013

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.

<dependency>
    <groupId>de.ovgu.dke.mocca</groupId>
    <artifactId>mocca-tools</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.ovgu.dke.mocca : mocca-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of de.ovgu.dke.mocca : mocca-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
mocca-tools-0.1.0

How to add a dependency to Maven

Add the following de.ovgu.dke.mocca : mocca-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.ovgu.dke.mocca</groupId>
    <artifactId>mocca-tools</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.ovgu.dke.mocca : mocca-tools gradle dependency to your build.gradle file:

implementation 'de.ovgu.dke.mocca:mocca-tools:0.1.0'

Gradle Kotlin DSL: Add the following de.ovgu.dke.mocca : mocca-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("de.ovgu.dke.mocca:mocca-tools:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.ovgu.dke.mocca : mocca-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "de.ovgu.dke.mocca" % "mocca-tools" % "0.1.0"

Advertisement