h

http_server_helidon

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