h

http_handlers

The atoms of your platform
https://hexagonkt.com
MIT
Juanjo Aguililla
文件下载
文件名 操作
http_handlers-2.8.2.jar 下载
http_handlers-2.8.2.pom 下载
http_handlers-2.8.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.hexagonkt</groupId>
  <artifactId>http_handlers</artifactId>
  <version>2.8.2</version>
</dependency>
Gradle Groovy
implementation 'com.hexagonkt:http_handlers:2.8.2'
Gradle Kotlin
implementation("com.hexagonkt:http_handlers:2.8.2")
Scala SBT
libraryDependencies += "com.hexagonkt" % "http_handlers" % "2.8.2"
Groovy Grape
@Grapes(
  @Grab(group='com.hexagonkt', module='http_handlers', version='2.8.2')
)
Apache Ivy
<dependency org="com.hexagonkt" name="http_handlers" rev="2.8.2" />
Leiningen
[com.hexagonkt/http_handlers "2.8.2"]
Apache Buildr
'com.hexagonkt:http_handlers:jar:2.8.2'