h

hexagon_http

HTTP classes. These classes are shared among the HTTP client and the HTTP server.
https://hexagonkt.com
MIT
Juanjo Aguililla
文件下载
文件名 操作
hexagon_http-1.3.10.jar 下载
hexagon_http-1.3.10.pom 下载
hexagon_http-1.3.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.hexagonkt</groupId>
  <artifactId>hexagon_http</artifactId>
  <version>1.3.10</version>
</dependency>
Gradle Groovy
implementation 'com.hexagonkt:hexagon_http:1.3.10'
Gradle Kotlin
implementation("com.hexagonkt:hexagon_http:1.3.10")
Scala SBT
libraryDependencies += "com.hexagonkt" % "hexagon_http" % "1.3.10"
Groovy Grape
@Grapes(
  @Grab(group='com.hexagonkt', module='hexagon_http', version='1.3.10')
)
Apache Ivy
<dependency org="com.hexagonkt" name="hexagon_http" rev="1.3.10" />
Leiningen
[com.hexagonkt/hexagon_http "1.3.10"]
Apache Buildr
'com.hexagonkt:hexagon_http:jar:1.3.10'