MVN

org.apache.cxf : cxf-xjc-ts

Maven & Gradle

Dec 01, 2010
2 usages

Apache CXF XJC toString Plugin

<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-xjc-ts</artifactId>
    <version>2.2.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.12

All Versions

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

Version Vulnerabilities Updated
2.2.x
cxf-xjc-ts-2.2.12
cxf-xjc-ts-2.2.11
cxf-xjc-ts-2.2.10
cxf-xjc-ts-2.2.9
cxf-xjc-ts-2.2.8
cxf-xjc-ts-2.2.7
cxf-xjc-ts-2.2.6
cxf-xjc-ts-2.2.5
cxf-xjc-ts-2.2.4
cxf-xjc-ts-2.2.3
cxf-xjc-ts-2.2.2
cxf-xjc-ts-2.2.1
2.2
cxf-xjc-ts-2.2
2.1.x
cxf-xjc-ts-2.1.10
cxf-xjc-ts-2.1.9
cxf-xjc-ts-2.1.8
cxf-xjc-ts-2.1.7
cxf-xjc-ts-2.1.6
cxf-xjc-ts-2.1.5
cxf-xjc-ts-2.1.4
cxf-xjc-ts-2.1.3
cxf-xjc-ts-2.1.2
cxf-xjc-ts-2.1.1
2.1
cxf-xjc-ts-2.1
2.0.x
cxf-xjc-ts-2.0.13
cxf-xjc-ts-2.0.12
cxf-xjc-ts-2.0.11
cxf-xjc-ts-2.0.10
cxf-xjc-ts-2.0.9
cxf-xjc-ts-2.0.8
cxf-xjc-ts-2.0.7
cxf-xjc-ts-2.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-xjc-ts</artifactId>
    <version>2.2.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.cxf:cxf-xjc-ts:2.2.12'

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

implementation("org.apache.cxf:cxf-xjc-ts:2.2.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.cxf" % "cxf-xjc-ts" % "2.2.12"