MVN

org.wvlet.airframe : airframe-http-router_3

Maven & Gradle

Dec 23, 2022
632 stars

airframe-http-router · Request routing library

<dependency>
    <groupId>org.wvlet.airframe</groupId>
    <artifactId>airframe-http-router_3</artifactId>
    <version>22.12.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wvlet.airframe : airframe-http-router_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 22.12.6

All Versions

Choose a version of org.wvlet.airframe : airframe-http-router_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
22.12.x
airframe-http-router_3-22.12.6
airframe-http-router_3-22.12.5
airframe-http-router_3-22.12.4
airframe-http-router_3-22.12.3
airframe-http-router_3-22.12.2
airframe-http-router_3-22.12.1
airframe-http-router_3-22.12.0
22.11.x
airframe-http-router_3-22.11.4
airframe-http-router_3-22.11.3
airframe-http-router_3-22.11.2
airframe-http-router_3-22.11.1
airframe-http-router_3-22.11.0
22.10.x
airframe-http-router_3-22.10.4
airframe-http-router_3-22.10.3
airframe-http-router_3-22.10.2
airframe-http-router_3-22.10.1
airframe-http-router_3-22.10.0
22.9.x
airframe-http-router_3-22.9.3
airframe-http-router_3-22.9.2
airframe-http-router_3-22.9.1
airframe-http-router_3-22.9.0
22.8.x
airframe-http-router_3-22.8.0
22.7.x
airframe-http-router_3-22.7.3
airframe-http-router_3-22.7.2
airframe-http-router_3-22.7.1
airframe-http-router_3-22.7.0
22.6.x
airframe-http-router_3-22.6.4
airframe-http-router_3-22.6.3
airframe-http-router_3-22.6.2
airframe-http-router_3-22.6.1
airframe-http-router_3-22.6.0

How to add a dependency to Maven

Add the following org.wvlet.airframe : airframe-http-router_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wvlet.airframe</groupId>
    <artifactId>airframe-http-router_3</artifactId>
    <version>22.12.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wvlet.airframe : airframe-http-router_3 gradle dependency to your build.gradle file:

implementation 'org.wvlet.airframe:airframe-http-router_3:22.12.6'

Gradle Kotlin DSL: Add the following org.wvlet.airframe : airframe-http-router_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wvlet.airframe:airframe-http-router_3:22.12.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wvlet.airframe : airframe-http-router_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wvlet.airframe" % "airframe-http-router_3" % "22.12.6"