MVN

org.jvnet.jaxb2.maven2 : maven-jaxb2-plugin-tests-catalog

Maven & Gradle

May 19, 2010

Maven JAXB 2.x Plugin Tests [catalog]

<dependency>
    <groupId>org.jvnet.jaxb2.maven2</groupId>
    <artifactId>maven-jaxb2-plugin-tests-catalog</artifactId>
    <version>0.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.jaxb2.maven2 : maven-jaxb2-plugin-tests-catalog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.1

All Versions

Choose a version of org.jvnet.jaxb2.maven2 : maven-jaxb2-plugin-tests-catalog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
maven-jaxb2-plugin-tests-catalog-0.6.1
maven-jaxb2-plugin-tests-catalog-0.6.0
0.5
maven-jaxb2-plugin-tests-catalog-0.5
0.4.x
maven-jaxb2-plugin-tests-catalog-0.4.M3

How to add a dependency to Maven

Add the following org.jvnet.jaxb2.maven2 : maven-jaxb2-plugin-tests-catalog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.jaxb2.maven2</groupId>
    <artifactId>maven-jaxb2-plugin-tests-catalog</artifactId>
    <version>0.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.jaxb2.maven2 : maven-jaxb2-plugin-tests-catalog gradle dependency to your build.gradle file:

implementation 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin-tests-catalog:0.6.1'

Gradle Kotlin DSL: Add the following org.jvnet.jaxb2.maven2 : maven-jaxb2-plugin-tests-catalog gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.jaxb2.maven2:maven-jaxb2-plugin-tests-catalog:0.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.jaxb2.maven2 : maven-jaxb2-plugin-tests-catalog sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.jaxb2.maven2" % "maven-jaxb2-plugin-tests-catalog" % "0.6.1"