h

http_server_nima

HTTP server adapter for Helidon Nima (using Java Virtual Threads).
https://hexagonkt.com
MIT
Juanjo Aguililla
Files download
File Operation
http_server_nima-3.3.0.jar download
http_server_nima-3.3.0.pom download
http_server_nima-3.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hexagonkt</groupId>
  <artifactId>http_server_nima</artifactId>
  <version>3.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.hexagonkt:http_server_nima:3.3.0'
Gradle Kotlin
implementation("com.hexagonkt:http_server_nima:3.3.0")
Scala SBT
libraryDependencies += "com.hexagonkt" % "http_server_nima" % "3.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hexagonkt', module='http_server_nima', version='3.3.0')
)
Apache Ivy
<dependency org="com.hexagonkt" name="http_server_nima" rev="3.3.0" />
Leiningen
[com.hexagonkt/http_server_nima "3.3.0"]
Apache Buildr
'com.hexagonkt:http_server_nima:jar:3.3.0'