Files download
File Operation
quarkus-cxf-woodstox-parent-2.2.2.pom download
Apache Maven
<dependency>
  <groupId>io.quarkiverse.cxf</groupId>
  <artifactId>quarkus-cxf-woodstox-parent</artifactId>
  <version>2.2.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.quarkiverse.cxf:quarkus-cxf-woodstox-parent:2.2.2'
Gradle Kotlin
implementation("io.quarkiverse.cxf:quarkus-cxf-woodstox-parent:2.2.2")
Scala SBT
libraryDependencies += "io.quarkiverse.cxf" % "quarkus-cxf-woodstox-parent" % "2.2.2"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkiverse.cxf', module='quarkus-cxf-woodstox-parent', version='2.2.2')
)
Apache Ivy
<dependency org="io.quarkiverse.cxf" name="quarkus-cxf-woodstox-parent" rev="2.2.2" />
Leiningen
[io.quarkiverse.cxf/quarkus-cxf-woodstox-parent "2.2.2"]
Apache Buildr
'io.quarkiverse.cxf:quarkus-cxf-woodstox-parent:jar:2.2.2'