| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks | 
        
| GroupId | GroupIdorg.jboss.bom.eap | 
    
| ArtifactId | ArtifactIdjboss-javaee-6.0-with-resteasy | 
    
| Version | Version6.2.0-redhat-1 | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionJBoss Java EE 6 Specification APIs with Resteasy 
            Dependency Management for Java EE 6 Specification APIs with Resteasy 
         | 
    
| Filename | Size | 
|---|---|
| jboss-javaee-6.0-with-resteasy-6.2.0-redhat-1.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jboss.bom.eap/jboss-javaee-6.0-with-resteasy/ -->
<dependency>
    <groupId>org.jboss.bom.eap</groupId>
    <artifactId>jboss-javaee-6.0-with-resteasy</artifactId>
    <version>6.2.0-redhat-1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.jboss.bom.eap/jboss-javaee-6.0-with-resteasy/
implementation 'org.jboss.bom.eap:jboss-javaee-6.0-with-resteasy:6.2.0-redhat-1'
                // https://jarcasting.com/artifacts/org.jboss.bom.eap/jboss-javaee-6.0-with-resteasy/
implementation ("org.jboss.bom.eap:jboss-javaee-6.0-with-resteasy:6.2.0-redhat-1")
                'org.jboss.bom.eap:jboss-javaee-6.0-with-resteasy:pom:6.2.0-redhat-1'
                <dependency org="org.jboss.bom.eap" name="jboss-javaee-6.0-with-resteasy" rev="6.2.0-redhat-1">
  <artifact name="jboss-javaee-6.0-with-resteasy" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.jboss.bom.eap', module='jboss-javaee-6.0-with-resteasy', version='6.2.0-redhat-1')
)
                libraryDependencies += "org.jboss.bom.eap" % "jboss-javaee-6.0-with-resteasy" % "6.2.0-redhat-1"
                [org.jboss.bom.eap/jboss-javaee-6.0-with-resteasy "6.2.0-redhat-1"]