MVN

de.serviceflow : nutshell-communicate

Maven & Gradle

Feb 28, 2015
0 stars

Nutshell Communication Library · The Nutshell Communication Library is designed for network communication by using the messaging communication-style. It's a higher-level framework, where the application developer defines an application protocol by XML and code the corresponding messages and event handling. The library hides transport details from the developer.

<dependency>
    <groupId>de.serviceflow</groupId>
    <artifactId>nutshell-communicate</artifactId>
    <version>0.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.serviceflow : nutshell-communicate to add to Maven - Latest Versions:

  • Latest Stable: 0.6.4

All Versions

Choose a version of de.serviceflow : nutshell-communicate to add to Maven - All Versions:

Version Vulnerabilities Updated
0.6.x
nutshell-communicate-0.6.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.serviceflow</groupId>
    <artifactId>nutshell-communicate</artifactId>
    <version>0.6.4</version>
</dependency>

Advertisement