MVN

org.apache.cxf.systests : cxf-microprofile-async

Maven & Gradle

Jun 24, 2020

Apache CXF MicroProfile Async Sys Tests · Apache CXF System Tests - MicroProfile Rest Client Async Tests

<dependency>
    <groupId>org.apache.cxf.systests</groupId>
    <artifactId>cxf-microprofile-async</artifactId>
    <version>3.2.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.cxf.systests : cxf-microprofile-async to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.14

All Versions

Choose a version of org.apache.cxf.systests : cxf-microprofile-async to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
cxf-microprofile-async-3.2.14
cxf-microprofile-async-3.2.13
cxf-microprofile-async-3.2.12
cxf-microprofile-async-3.2.11
cxf-microprofile-async-3.2.10
cxf-microprofile-async-3.2.9
cxf-microprofile-async-3.2.8
cxf-microprofile-async-3.2.7
cxf-microprofile-async-3.2.6

How to add a dependency to Maven

Add the following org.apache.cxf.systests : cxf-microprofile-async maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.cxf.systests</groupId>
    <artifactId>cxf-microprofile-async</artifactId>
    <version>3.2.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.cxf.systests : cxf-microprofile-async gradle dependency to your build.gradle file:

implementation 'org.apache.cxf.systests:cxf-microprofile-async:3.2.14'

Gradle Kotlin DSL: Add the following org.apache.cxf.systests : cxf-microprofile-async gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.cxf.systests:cxf-microprofile-async:3.2.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.cxf.systests : cxf-microprofile-async sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.cxf.systests" % "cxf-microprofile-async" % "3.2.14"