h

http_server

The atoms of your platform
https://hexagonkt.com
MIT
Juanjo Aguililla
Files download
File Operation
http_server-3.0.0-B3.jar download
http_server-3.0.0-B3.pom download
http_server-3.0.0-B3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hexagonkt</groupId>
  <artifactId>http_server</artifactId>
  <version>3.0.0-B3</version>
</dependency>
Gradle Groovy
implementation 'com.hexagonkt:http_server:3.0.0-B3'
Gradle Kotlin
implementation("com.hexagonkt:http_server:3.0.0-B3")
Scala SBT
libraryDependencies += "com.hexagonkt" % "http_server" % "3.0.0-B3"
Groovy Grape
@Grapes(
  @Grab(group='com.hexagonkt', module='http_server', version='3.0.0-B3')
)
Apache Ivy
<dependency org="com.hexagonkt" name="http_server" rev="3.0.0-B3" />
Leiningen
[com.hexagonkt/http_server "3.0.0-B3"]
Apache Buildr
'com.hexagonkt:http_server:jar:3.0.0-B3'