| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet RESTEasy Program Interface REST Frameworks | 
        
| GroupId | GroupIdnet.ltgt.jaxrs | 
    
| ArtifactId | ArtifactIdresteasy-testing | 
    
| Last Version | Last Version0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionIn-process (no-network) testing for Resteasy 
            Provides a JUnit rule to easily test JAX-RS filters, interceptors and resources; based on Resteasy 
         | 
    
| Filename | Size | 
|---|---|
| resteasy-testing-0.2.pom | |
| resteasy-testing-0.2.jar | 11 KB | 
| resteasy-testing-0.2-sources.jar | 5 KB | 
| resteasy-testing-0.2-javadoc.jar | 46 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-testing/ -->
<dependency>
    <groupId>net.ltgt.jaxrs</groupId>
    <artifactId>resteasy-testing</artifactId>
    <version>0.2</version>
</dependency>
                // https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-testing/
implementation 'net.ltgt.jaxrs:resteasy-testing:0.2'
                // https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-testing/
implementation ("net.ltgt.jaxrs:resteasy-testing:0.2")
                'net.ltgt.jaxrs:resteasy-testing:jar:0.2'
                <dependency org="net.ltgt.jaxrs" name="resteasy-testing" rev="0.2">
  <artifact name="resteasy-testing" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.ltgt.jaxrs', module='resteasy-testing', version='0.2')
)
                libraryDependencies += "net.ltgt.jaxrs" % "resteasy-testing" % "0.2"
                [net.ltgt.jaxrs/resteasy-testing "0.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jboss.resteasy : resteasy-jaxrs | jar | 3.0.13.Final | 
| org.jboss.resteasy : resteasy-client | jar | 3.0.13.Final | 
| junit : junit | jar | 4.12 |