License |
License |
---|---|
GroupId | GroupIdcom.mytechia |
ArtifactId | ArtifactIdsimple-message-protocol |
Last Version | Last Version2.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.mytechia:simple-message-protocol
A message oriented communications framework for JAVA.
Includes an UDP channel implementation.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMytech Ingenieria Aplicada |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.mytechia/simple-message-protocol/ -->
<dependency>
<groupId>com.mytechia</groupId>
<artifactId>simple-message-protocol</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.mytechia/simple-message-protocol/
implementation 'com.mytechia:simple-message-protocol:2.0.7'
// https://jarcasting.com/artifacts/com.mytechia/simple-message-protocol/
implementation ("com.mytechia:simple-message-protocol:2.0.7")
'com.mytechia:simple-message-protocol:jar:2.0.7'
<dependency org="com.mytechia" name="simple-message-protocol" rev="2.0.7">
<artifact name="simple-message-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mytechia', module='simple-message-protocol', version='2.0.7')
)
libraryDependencies += "com.mytechia" % "simple-message-protocol" % "2.0.7"
[com.mytechia/simple-message-protocol "2.0.7"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.3 |
com.mytechia : mytechia-commons-library | jar | 1.3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |