| Categories | 
                CategoriesTomcat Container Application Servers JBoss RESTEasy Program Interface REST Frameworks | 
        
|---|---|
| GroupId | GroupIdorg.jboss.resteasy | 
    
| ArtifactId | ArtifactIdasync-http-tomcat6 | 
    
| Version | Version2.0-beta-2 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-tomcat6/ -->
<dependency>
    <groupId>org.jboss.resteasy</groupId>
    <artifactId>async-http-tomcat6</artifactId>
    <version>2.0-beta-2</version>
</dependency>
                // https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-tomcat6/
implementation 'org.jboss.resteasy:async-http-tomcat6:2.0-beta-2'
                // https://jarcasting.com/artifacts/org.jboss.resteasy/async-http-tomcat6/
implementation ("org.jboss.resteasy:async-http-tomcat6:2.0-beta-2")
                'org.jboss.resteasy:async-http-tomcat6:jar:2.0-beta-2'
                <dependency org="org.jboss.resteasy" name="async-http-tomcat6" rev="2.0-beta-2">
  <artifact name="async-http-tomcat6" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.jboss.resteasy', module='async-http-tomcat6', version='2.0-beta-2')
)
                libraryDependencies += "org.jboss.resteasy" % "async-http-tomcat6" % "2.0-beta-2"
                [org.jboss.resteasy/async-http-tomcat6 "2.0-beta-2"]