не последняя версия
Последняя версия 2.0.1

com.github.thorbenkuck:NetCom2 0.4

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

Категории

Категории

Сеть
Группа

Группа

com.github.thorbenkuck
Идентификатор

Идентификатор

NetCom2
Версия

Версия

0.4
Тип

Тип

jar

Скачать NetCom2 0.4


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