MVN

org.apache.cxf : cxf-rt-features-logging

Maven & Gradle

Jun 06, 2023
105 usages

Apache CXF Advanced Logging Feature · Apache CXF Advanced Logging Feature

<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-rt-features-logging</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.cxf : cxf-rt-features-logging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2

All Versions

Choose a version of org.apache.cxf : cxf-rt-features-logging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
cxf-rt-features-logging-4.0.2
cxf-rt-features-logging-4.0.1
cxf-rt-features-logging-4.0.0
3.6.x
cxf-rt-features-logging-3.6.1
cxf-rt-features-logging-3.6.0
3.5.x
cxf-rt-features-logging-3.5.6
cxf-rt-features-logging-3.5.5
cxf-rt-features-logging-3.5.4
cxf-rt-features-logging-3.5.3
cxf-rt-features-logging-3.5.2
cxf-rt-features-logging-3.5.1
cxf-rt-features-logging-3.5.0
3.4.x
cxf-rt-features-logging-3.4.10
cxf-rt-features-logging-3.4.9
cxf-rt-features-logging-3.4.8
cxf-rt-features-logging-3.4.7
cxf-rt-features-logging-3.4.6
cxf-rt-features-logging-3.4.5
cxf-rt-features-logging-3.4.4
cxf-rt-features-logging-3.4.3
cxf-rt-features-logging-3.4.2
cxf-rt-features-logging-3.4.1
cxf-rt-features-logging-3.4.0
3.3.x
cxf-rt-features-logging-3.3.13
cxf-rt-features-logging-3.3.12
cxf-rt-features-logging-3.3.11
cxf-rt-features-logging-3.3.10
cxf-rt-features-logging-3.3.9
cxf-rt-features-logging-3.3.8
cxf-rt-features-logging-3.3.7
cxf-rt-features-logging-3.3.6
cxf-rt-features-logging-3.3.5
cxf-rt-features-logging-3.3.4
cxf-rt-features-logging-3.3.3
cxf-rt-features-logging-3.3.2
cxf-rt-features-logging-3.3.1
cxf-rt-features-logging-3.3.0
3.2.x
cxf-rt-features-logging-3.2.14
cxf-rt-features-logging-3.2.13
cxf-rt-features-logging-3.2.12
cxf-rt-features-logging-3.2.11
cxf-rt-features-logging-3.2.10
cxf-rt-features-logging-3.2.9
cxf-rt-features-logging-3.2.8
cxf-rt-features-logging-3.2.7
cxf-rt-features-logging-3.2.6
cxf-rt-features-logging-3.2.5
cxf-rt-features-logging-3.2.4
cxf-rt-features-logging-3.2.3
cxf-rt-features-logging-3.2.2
cxf-rt-features-logging-3.2.1
cxf-rt-features-logging-3.2.0
3.1.x
cxf-rt-features-logging-3.1.18
cxf-rt-features-logging-3.1.17
cxf-rt-features-logging-3.1.16
cxf-rt-features-logging-3.1.15
cxf-rt-features-logging-3.1.14
cxf-rt-features-logging-3.1.13
cxf-rt-features-logging-3.1.12
cxf-rt-features-logging-3.1.11
cxf-rt-features-logging-3.1.10
cxf-rt-features-logging-3.1.9
cxf-rt-features-logging-3.1.8
cxf-rt-features-logging-3.1.7
cxf-rt-features-logging-3.1.6
cxf-rt-features-logging-3.1.5
cxf-rt-features-logging-3.1.4
cxf-rt-features-logging-3.1.3
cxf-rt-features-logging-3.1.2
cxf-rt-features-logging-3.1.1
cxf-rt-features-logging-3.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-rt-features-logging</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.cxf : cxf-rt-features-logging gradle dependency to your build.gradle file:

implementation 'org.apache.cxf:cxf-rt-features-logging:4.0.2'

Gradle Kotlin DSL: Add the following org.apache.cxf : cxf-rt-features-logging gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.cxf:cxf-rt-features-logging:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.cxf : cxf-rt-features-logging sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.cxf" % "cxf-rt-features-logging" % "4.0.2"

Advertisement