http_server_helidon
Helidon adapter for the http_server.md port.
IMPORTANT: There is a known bug in this adapter.
Install the Dependency
=== "build.gradle"
```groovy
repositories {
mavenCentral()
}
dependencies {
implementation("com.hexagontk:http_server_helidon:$hexagonVersion")
}
```
Content copied to clipboard
=== "pom.xml"
```xml
com.hexagontk http_server_helidon $hexagonVersion
```
Content copied to clipboard