| License | License | 
|---|---|
| Categories | CategoriesApache TomEE Container Application Servers | 
| GroupId | GroupIdorg.apache.tomee.patch.systests | 
| ArtifactId | ArtifactIdcxf-systests-jaxrs | 
| Version | Version2.6.17-TomEE | 
| Type | Typejar | 
| Description | DescriptionApache CXF JAX-RS System Tests Apache CXF JAX-RS System Tests | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| cxf-systests-jaxrs-2.6.17-TomEE.pom | |
| cxf-systests-jaxrs-2.6.17-TomEE.jar | 20 KB | 
| cxf-systests-jaxrs-2.6.17-TomEE-tests.jar | 542 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.tomee.patch.systests/cxf-systests-jaxrs/ -->
<dependency>
    <groupId>org.apache.tomee.patch.systests</groupId>
    <artifactId>cxf-systests-jaxrs</artifactId>
    <version>2.6.17-TomEE</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.tomee.patch.systests/cxf-systests-jaxrs/
implementation 'org.apache.tomee.patch.systests:cxf-systests-jaxrs:2.6.17-TomEE'// https://jarcasting.com/artifacts/org.apache.tomee.patch.systests/cxf-systests-jaxrs/
implementation ("org.apache.tomee.patch.systests:cxf-systests-jaxrs:2.6.17-TomEE")'org.apache.tomee.patch.systests:cxf-systests-jaxrs:jar:2.6.17-TomEE'<dependency org="org.apache.tomee.patch.systests" name="cxf-systests-jaxrs" rev="2.6.17-TomEE">
  <artifact name="cxf-systests-jaxrs" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.tomee.patch.systests', module='cxf-systests-jaxrs', version='2.6.17-TomEE')
)libraryDependencies += "org.apache.tomee.patch.systests" % "cxf-systests-jaxrs" % "2.6.17-TomEE"[org.apache.tomee.patch.systests/cxf-systests-jaxrs "2.6.17-TomEE"]