MVN

io.helidon.webserver : helidon-webserver-context

Maven & Gradle

Sep 08, 2023

Helidon WebServer Context · Integration of Helidon Common Context with Helidon WebServer

<dependency>
    <groupId>io.helidon.webserver</groupId>
    <artifactId>helidon-webserver-context</artifactId>
    <version>4.0.0-M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.helidon.webserver : helidon-webserver-context to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-M2

All Versions

Choose a version of io.helidon.webserver : helidon-webserver-context to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
helidon-webserver-context-4.0.0-M2

How to add a dependency to Maven

Add the following io.helidon.webserver : helidon-webserver-context maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.helidon.webserver</groupId>
    <artifactId>helidon-webserver-context</artifactId>
    <version>4.0.0-M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.helidon.webserver : helidon-webserver-context gradle dependency to your build.gradle file:

implementation 'io.helidon.webserver:helidon-webserver-context:4.0.0-M2'

Gradle Kotlin DSL: Add the following io.helidon.webserver : helidon-webserver-context gradle kotlin dependency to your build.gradle.kts file:

implementation("io.helidon.webserver:helidon-webserver-context:4.0.0-M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.helidon.webserver : helidon-webserver-context sbt scala dependency to your build.sbt file:

libraryDependencies += "io.helidon.webserver" % "helidon-webserver-context" % "4.0.0-M2"