| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesTomcat Container Application Servers JBoss RESTEasy Program Interface REST Frameworks | 
        
| GroupId | GroupIdorg.jboss.resteasy | 
    
| ArtifactId | ArtifactIdasync-http-tomcat6 | 
    
| Last Version | Last Version2.3.7.Final | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionAsync Http Tomcat 6 
            
         | 
    
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-tomcat6/ -->
<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>async-http-tomcat6</artifactId>
    <version>2.3.7.Final</version>
</dependency>
                // https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-tomcat6/
implementation 'org.jboss.resteasy:async-http-tomcat6:2.3.7.Final'
                // https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-tomcat6/
implementation ("org.jboss.resteasy:async-http-tomcat6:2.3.7.Final")
                'org.jboss.resteasy:async-http-tomcat6:jar:2.3.7.Final'
                <dependency org="org.jboss.resteasy" name="async-http-tomcat6" rev="2.3.7.Final">
  <artifact name="async-http-tomcat6" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.jboss.resteasy', module='async-http-tomcat6', version='2.3.7.Final')
)
                libraryDependencies += "org.jboss.resteasy" % "async-http-tomcat6" % "2.3.7.Final"
                [org.jboss.resteasy/async-http-tomcat6 "2.3.7.Final"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| jboss.web » jbossweb | jar | 2.1.7.GA | 
| javax.servlet : servlet-api | jar | 2.5 | 
| org.jboss.resteasy : resteasy-jaxrs | jar | 2.3.7.Final | 
| org.apache.tomcat : catalina | jar | 6.0.18 |