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