c

cxf-systests-microprofile-jaxrs

Apache CXF System Tests - verifying MicroProfile Rest Client integration with JAX-RS
https://cxf.apache.org
Files download
File Operation
cxf-systests-microprofile-jaxrs-3.6.1.jar download
cxf-systests-microprofile-jaxrs-3.6.1.pom download
cxf-systests-microprofile-jaxrs-3.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.cxf.systests</groupId>
  <artifactId>cxf-systests-microprofile-jaxrs</artifactId>
  <version>3.6.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf.systests:cxf-systests-microprofile-jaxrs:3.6.1'
Gradle Kotlin
implementation("org.apache.cxf.systests:cxf-systests-microprofile-jaxrs:3.6.1")
Scala SBT
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-microprofile-jaxrs" % "3.6.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf.systests', module='cxf-systests-microprofile-jaxrs', version='3.6.1')
)
Apache Ivy
<dependency org="org.apache.cxf.systests" name="cxf-systests-microprofile-jaxrs" rev="3.6.1" />
Leiningen
[org.apache.cxf.systests/cxf-systests-microprofile-jaxrs "3.6.1"]
Apache Buildr
'org.apache.cxf.systests:cxf-systests-microprofile-jaxrs:jar:3.6.1'