MVN

org.apache.cxf.xjcplugins.tests : cxf-xjc-ts-test

Maven & Gradle

May 27, 2022
17 stars

Apache CXF XJC toString Plugin Tests

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

Latest Version

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

  • Latest Stable: 4.0.0

All Versions

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

Version Vulnerabilities Updated
4.0.x
cxf-xjc-ts-test-4.0.0
3.3.x
cxf-xjc-ts-test-3.3.2
cxf-xjc-ts-test-3.3.1
cxf-xjc-ts-test-3.3.0
3.2.x
cxf-xjc-ts-test-3.2.3
cxf-xjc-ts-test-3.2.2
cxf-xjc-ts-test-3.2.1
cxf-xjc-ts-test-3.2.0
3.1.x
cxf-xjc-ts-test-3.1.0
3.0.x
cxf-xjc-ts-test-3.0.5
cxf-xjc-ts-test-3.0.4
cxf-xjc-ts-test-3.0.3
cxf-xjc-ts-test-3.0.2
cxf-xjc-ts-test-3.0.1
cxf-xjc-ts-test-3.0.0
2.7.x
cxf-xjc-ts-test-2.7.0
2.6.x
cxf-xjc-ts-test-2.6.2
cxf-xjc-ts-test-2.6.1
cxf-xjc-ts-test-2.6.0
2.4.x
cxf-xjc-ts-test-2.4.0
2.3.x
cxf-xjc-ts-test-2.3.2
cxf-xjc-ts-test-2.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.cxf.xjcplugins.tests</groupId>
    <artifactId>cxf-xjc-ts-test</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.cxf.xjcplugins.tests:cxf-xjc-ts-test:4.0.0'

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

implementation("org.apache.cxf.xjcplugins.tests:cxf-xjc-ts-test:4.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.cxf.xjcplugins.tests" % "cxf-xjc-ts-test" % "4.0.0"