MVN

org.apache.cxf : cxf-common-schemas

Maven & Gradle

May 29, 2012
11 usages

Apache CXF Common Schemas

<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-common-schemas</artifactId>
    <version>2.3.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.cxf : cxf-common-schemas to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.11

All Versions

Choose a version of org.apache.cxf : cxf-common-schemas to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
cxf-common-schemas-2.3.11
cxf-common-schemas-2.3.10
cxf-common-schemas-2.3.9
cxf-common-schemas-2.3.8
cxf-common-schemas-2.3.7
cxf-common-schemas-2.3.6
cxf-common-schemas-2.3.5
cxf-common-schemas-2.3.4
cxf-common-schemas-2.3.3
cxf-common-schemas-2.3.2
cxf-common-schemas-2.3.1
cxf-common-schemas-2.3.0
2.2.x
cxf-common-schemas-2.2.12
cxf-common-schemas-2.2.11
cxf-common-schemas-2.2.10
cxf-common-schemas-2.2.9
cxf-common-schemas-2.2.8
cxf-common-schemas-2.2.7
cxf-common-schemas-2.2.6
cxf-common-schemas-2.2.5
cxf-common-schemas-2.2.4
cxf-common-schemas-2.2.3
cxf-common-schemas-2.2.2
cxf-common-schemas-2.2.1
2.2
cxf-common-schemas-2.2
2.1.x
cxf-common-schemas-2.1.10
cxf-common-schemas-2.1.9
cxf-common-schemas-2.1.8
cxf-common-schemas-2.1.7
cxf-common-schemas-2.1.6
cxf-common-schemas-2.1.5
cxf-common-schemas-2.1.4
cxf-common-schemas-2.1.3
cxf-common-schemas-2.1.2
cxf-common-schemas-2.1.1
2.1
cxf-common-schemas-2.1
2.0.x
cxf-common-schemas-2.0.13
cxf-common-schemas-2.0.12
cxf-common-schemas-2.0.11
cxf-common-schemas-2.0.10
cxf-common-schemas-2.0.9
cxf-common-schemas-2.0.8
cxf-common-schemas-2.0.7
cxf-common-schemas-2.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-common-schemas</artifactId>
    <version>2.3.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.cxf : cxf-common-schemas gradle dependency to your build.gradle file:

implementation 'org.apache.cxf:cxf-common-schemas:2.3.11'

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

implementation("org.apache.cxf:cxf-common-schemas:2.3.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.cxf : cxf-common-schemas sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.cxf" % "cxf-common-schemas" % "2.3.11"

Advertisement