MVN

org.jboss.resteasy : resteasy-jaxrs-war

Maven & Gradle

Jul 17, 2013
1 usages

RESTEasy JAX-RS Template Webapp

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

Latest Version

Choose a version of org.jboss.resteasy : resteasy-jaxrs-war 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 : resteasy-jaxrs-war to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
resteasy-jaxrs-war-2.3.7.Final
resteasy-jaxrs-war-2.3.6.Final
resteasy-jaxrs-war-2.3.5.Final
resteasy-jaxrs-war-2.3.4.Final
resteasy-jaxrs-war-2.3.3.Final
resteasy-jaxrs-war-2.3.2.Final
resteasy-jaxrs-war-2.3.1.GA
resteasy-jaxrs-war-2.3.0.GA
2.3
resteasy-jaxrs-war-2.3-RC1
resteasy-jaxrs-war-2.3-beta-1
2.2.x
resteasy-jaxrs-war-2.2.3.GA
resteasy-jaxrs-war-2.2.2.GA
resteasy-jaxrs-war-2.2.1.GA
resteasy-jaxrs-war-2.2.0.GA
2.2
resteasy-jaxrs-war-2.2-RC-1
resteasy-jaxrs-war-2.2-beta-1
2.1.x
resteasy-jaxrs-war-2.1.0.GA
2.1
resteasy-jaxrs-war-2.1-beta-1
2.0.x
resteasy-jaxrs-war-2.0.1.GA
resteasy-jaxrs-war-2.0.0.GA
2.0
resteasy-jaxrs-war-2.0-RC1
resteasy-jaxrs-war-2.0-beta-4
resteasy-jaxrs-war-2.0-beta-3
1.0.x
resteasy-jaxrs-war-1.0.2.GA
resteasy-jaxrs-war-1.0.1.GA
resteasy-jaxrs-war-1.0.0.GA
1.0
resteasy-jaxrs-war-1.0-RC1
resteasy-jaxrs-war-1.0-beta-9
resteasy-jaxrs-war-1.0-beta-8
resteasy-jaxrs-war-1.0-beta-7
resteasy-jaxrs-war-1.0-beta-6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>resteasy-jaxrs-war</artifactId>
    <version>2.3.7.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.resteasy : resteasy-jaxrs-war gradle dependency to your build.gradle file:

implementation 'org.jboss.resteasy:resteasy-jaxrs-war:2.3.7.Final'

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

implementation("org.jboss.resteasy:resteasy-jaxrs-war:2.3.7.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.resteasy : resteasy-jaxrs-war sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.resteasy" % "resteasy-jaxrs-war" % "2.3.7.Final"

Advertisement