MVN

com.github.thorbenkuck : easy-net

Maven & Gradle

Jul 04, 2021
0 stars

EasyNet · An EventStream driven, simple to use Client/Server framework

<dependency>
    <groupId>com.github.thorbenkuck</groupId>
    <artifactId>easy-net</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.thorbenkuck : easy-net to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of com.github.thorbenkuck : easy-net to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
easy-net-0.4.0
0.3.x
easy-net-0.3.3
easy-net-0.3.2
easy-net-0.3.1
0.2
easy-net-0.2
0.1
easy-net-0.1

How to add a dependency to Maven

Add the following com.github.thorbenkuck : easy-net maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.thorbenkuck</groupId>
    <artifactId>easy-net</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.thorbenkuck : easy-net gradle dependency to your build.gradle file:

implementation 'com.github.thorbenkuck:easy-net:0.4.0'

Gradle Kotlin DSL: Add the following com.github.thorbenkuck : easy-net gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.thorbenkuck:easy-net:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.thorbenkuck : easy-net sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.thorbenkuck" % "easy-net" % "0.4.0"

Advertisement