m

module-network

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