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-2.0.jar download
NetCom2-2.0.pom download
NetCom2-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.thorbenkuck</groupId>
  <artifactId>NetCom2</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.thorbenkuck:NetCom2:2.0'
Gradle Kotlin
implementation("com.github.thorbenkuck:NetCom2:2.0")
Scala SBT
libraryDependencies += "com.github.thorbenkuck" % "NetCom2" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.thorbenkuck', module='NetCom2', version='2.0')
)
Apache Ivy
<dependency org="com.github.thorbenkuck" name="NetCom2" rev="2.0" />
Leiningen
[com.github.thorbenkuck/NetCom2 "2.0"]
Apache Buildr
'com.github.thorbenkuck:NetCom2:jar:2.0'