N

NetCom2

NetCom2 is a lightweight, yet highly modular Client-Server-Communication-Framework, in the style of an EventBus
https://github.com/ThorbenKuck/NetCom2
MIT License
Thorben Kuck
Files download
File Operation
NetCom2-0.4.1.jar download
NetCom2-0.4.1.pom download
NetCom2-0.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.thorbenkuck</groupId>
  <artifactId>NetCom2</artifactId>
  <version>0.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.thorbenkuck:NetCom2:0.4.1'
Gradle Kotlin
implementation("com.github.thorbenkuck:NetCom2:0.4.1")
Scala SBT
libraryDependencies += "com.github.thorbenkuck" % "NetCom2" % "0.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.thorbenkuck', module='NetCom2', version='0.4.1')
)
Apache Ivy
<dependency org="com.github.thorbenkuck" name="NetCom2" rev="0.4.1" />
Leiningen
[com.github.thorbenkuck/NetCom2 "0.4.1"]
Apache Buildr
'com.github.thorbenkuck:NetCom2:jar:0.4.1'
Dependencies