m

module-http

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