m

module-http

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