m

module-network

Module handling the network usage.
https://engine.yildiz-games.be
Files download
File Operation
module-network-2.1.7.jar download
module-network-2.1.7.pom download
module-network-2.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>module-network</artifactId>
  <version>2.1.7</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:module-network:2.1.7'
Gradle Kotlin
implementation("be.yildiz-games:module-network:2.1.7")
Scala SBT
libraryDependencies += "be.yildiz-games" % "module-network" % "2.1.7"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='module-network', version='2.1.7')
)
Apache Ivy
<dependency org="be.yildiz-games" name="module-network" rev="2.1.7" />
Leiningen
[be.yildiz-games/module-network "2.1.7"]
Apache Buildr
'be.yildiz-games:module-network:jar:2.1.7'