c

cxf-microprofile-tck

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