http_server_nima
Helidon Nima adapter for the /http_server port.
This adapter is in ALPHA state!
Install the Dependency
=== "build.gradle"
```groovy
repositories {
mavenCentral()
}
dependencies {
implementation("com.hexagonkt:http_server_nima:$hexagonVersion")
}
```
Content copied to clipboard
=== "pom.xml"
```xml
com.hexagonkt http_server_nima $hexagonVersion
```
Content copied to clipboard