MVN

com.hexagonkt : http_server_nima

Maven & Gradle

Aug 26, 2023
553 stars

http_server_nima · HTTP server adapter for Helidon Nima (using Java Virtual Threads).

<dependency>
    <groupId>com.hexagonkt</groupId>
    <artifactId>http_server_nima</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hexagonkt : http_server_nima to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.3

All Versions

Choose a version of com.hexagonkt : http_server_nima to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
http_server_nima-3.0.3
http_server_nima-3.0.2
http_server_nima-3.0.1
http_server_nima-3.0.0
http_server_nima-3.0.0-B9
http_server_nima-3.0.0-B8

How to add a dependency to Maven

Add the following com.hexagonkt : http_server_nima maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hexagonkt</groupId>
    <artifactId>http_server_nima</artifactId>
    <version>3.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hexagonkt : http_server_nima gradle dependency to your build.gradle file:

implementation 'com.hexagonkt:http_server_nima:3.0.3'

Gradle Kotlin DSL: Add the following com.hexagonkt : http_server_nima gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hexagonkt:http_server_nima:3.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hexagonkt : http_server_nima sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hexagonkt" % "http_server_nima" % "3.0.3"

Advertisement