is not current version
Last Version 2.0.7

com.mytechia:simple-message-protocol 2.0.2

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

GroupId

GroupId

com.mytechia
ArtifactId

ArtifactId

simple-message-protocol
Version

Version

2.0.2
Type

Type

jar

Download simple-message-protocol 2.0.2


<!-- https://jarcasting.com/artifacts/com.mytechia/simple-message-protocol/ -->
<dependency>
    <groupId>com.mytechia</groupId>
    <artifactId>simple-message-protocol</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mytechia/simple-message-protocol/
implementation 'com.mytechia:simple-message-protocol:2.0.2'
// https://jarcasting.com/artifacts/com.mytechia/simple-message-protocol/
implementation ("com.mytechia:simple-message-protocol:2.0.2")
'com.mytechia:simple-message-protocol:jar:2.0.2'
<dependency org="com.mytechia" name="simple-message-protocol" rev="2.0.2">
  <artifact name="simple-message-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mytechia', module='simple-message-protocol', version='2.0.2')
)
libraryDependencies += "com.mytechia" % "simple-message-protocol" % "2.0.2"
[com.mytechia/simple-message-protocol "2.0.2"]