c

cxf-rt-features-logging

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