Download simple-message-protocol-2.0.4.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 2.0.4 in this page.

License

GNU Lesser General Public License Version 3

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials