Download simple-message-protocol-1.0.0.jar file - Jar s

Jar examples for s:simple-message-protocol

Description

A message oriented communications framework for JAVA. Includes an UDP channel implementation.

You can download jar file simple-message-protocol 1.0.0 in this page.

License

GNU Lesser General Public License Version 3

Build File

You can use the following script to add simple-message-protocol-1.0.0.jar to your project.

<dependency>
   <groupId>com.mytechia</groupId>
   <artifactId>simple-message-protocol</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.mytechia', name: 'simple-message-protocol', version: '1.0.0'
libraryDependencies += "com.mytechia" % "simple-message-protocol" % "1.0.0"
<dependency org="com.mytechia" name="simple-message-protocol" rev="1.0.0"/>
@Grapes(@Grab(group='com.mytechia', module='simple-message-protocol', version='1.0.0'))
'com.mytechia:simple-message-protocol:jar:1.0.0'

Download

Click the following link to download the jar file.

simple-message-protocol-1.0.0-javadoc.jar
simple-message-protocol-1.0.0-sources.jar
simple-message-protocol-1.0.0.jar
simple-message-protocol-1.0.0.pom



Related Tutorials