is not current version
Last Version 2.0.1

com.github.thorbenkuck:NetCom2 1.0.2

NetCom2 is a lightweight, yet highly modular Client-Server-Communication-Framework, in the style of an EventBus

Categories

Categories

Net
GroupId

GroupId

com.github.thorbenkuck
ArtifactId

ArtifactId

NetCom2
Version

Version

1.0.2
Type

Type

jar

Download NetCom2 1.0.2


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