MVN

org.jboss.resteasy : async-http-jbossweb

Maven & Gradle

Jul 17, 2013
7 usages

Async Http JBoss Web

<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>async-http-jbossweb</artifactId>
    <version>2.3.7.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.resteasy : async-http-jbossweb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.7.Final
  • Latest Release Candidate: 2.3-RC1
  • Latest Beta: 2.3-beta-1

All Versions

Choose a version of org.jboss.resteasy : async-http-jbossweb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
async-http-jbossweb-2.3.7.Final
async-http-jbossweb-2.3.6.Final
async-http-jbossweb-2.3.5.Final
async-http-jbossweb-2.3.4.Final
async-http-jbossweb-2.3.3.Final
async-http-jbossweb-2.3.2.Final
async-http-jbossweb-2.3.1.GA
async-http-jbossweb-2.3.0.GA
2.3
async-http-jbossweb-2.3-RC1
async-http-jbossweb-2.3-beta-1
2.2.x
async-http-jbossweb-2.2.3.GA
async-http-jbossweb-2.2.2.GA
async-http-jbossweb-2.2.1.GA
async-http-jbossweb-2.2.0.GA
2.2
async-http-jbossweb-2.2-RC-1
async-http-jbossweb-2.2-beta-1
2.1.x
async-http-jbossweb-2.1.0.GA
2.1
async-http-jbossweb-2.1-beta-1
2.0.x
async-http-jbossweb-2.0.1.GA
async-http-jbossweb-2.0.0.GA
2.0
async-http-jbossweb-2.0-RC1
async-http-jbossweb-2.0-beta-4
async-http-jbossweb-2.0-beta-3
async-http-jbossweb-2.0-beta-2
async-http-jbossweb-2.0-beta-1
1.2.x
async-http-jbossweb-1.2.1.GA
async-http-jbossweb-1.2.GA
async-http-jbossweb-1.2.RC1
1.1.x
async-http-jbossweb-1.1.GA
1.1
async-http-jbossweb-1.1-RC2
async-http-jbossweb-1.1-RC1
1.0.x
async-http-jbossweb-1.0.2.GA
async-http-jbossweb-1.0.1.GA
async-http-jbossweb-1.0.0.GA
1.0
async-http-jbossweb-1.0-RC1
async-http-jbossweb-1.0-beta-9

How to add a dependency to Maven

Add the following org.jboss.resteasy : async-http-jbossweb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>async-http-jbossweb</artifactId>
    <version>2.3.7.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.resteasy : async-http-jbossweb gradle dependency to your build.gradle file:

implementation 'org.jboss.resteasy:async-http-jbossweb:2.3.7.Final'

Gradle Kotlin DSL: Add the following org.jboss.resteasy : async-http-jbossweb gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.resteasy:async-http-jbossweb:2.3.7.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.resteasy : async-http-jbossweb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.resteasy" % "async-http-jbossweb" % "2.3.7.Final"

Advertisement