MVN

org.jboss.resteasy : async-pubsub-example

Maven & Gradle

Jun 19, 2013

Async HTTP Servlet 3.0 Test

<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>async-pubsub-example</artifactId>
    <version>3.0.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.1.Final
  • Latest Release Candidate: 3.0-rc-1
  • Latest Beta: 3.0-beta-6

All Versions

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

Version Vulnerabilities Updated
3.0.x
async-pubsub-example-3.0.1.Final
async-pubsub-example-3.0.0.Final
3.0
async-pubsub-example-3.0-rc-1
async-pubsub-example-3.0-beta-6
async-pubsub-example-3.0-beta-5
async-pubsub-example-3.0-beta-4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>async-pubsub-example</artifactId>
    <version>3.0.1.Final</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jboss.resteasy:async-pubsub-example:3.0.1.Final'

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

implementation("org.jboss.resteasy:async-pubsub-example:3.0.1.Final")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jboss.resteasy" % "async-pubsub-example" % "3.0.1.Final"