MVN

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

Maven & Gradle

May 19, 2010

Maven JAXB 2.x Plugin Tests [two]

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

Latest Version

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

  • Latest Stable: 0.4

All Versions

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

Version Vulnerabilities Updated
0.4
maven-jaxb2-plugin-tests-two-0.4
0.4.x
maven-jaxb2-plugin-tests-two-0.4.M3
maven-jaxb2-plugin-tests-two-0.4.M2
maven-jaxb2-plugin-tests-two-0.4.M1
0.3
maven-jaxb2-plugin-tests-two-0.3
0.2
maven-jaxb2-plugin-tests-two-0.2

How to add a dependency to Maven

Add the following org.jvnet.jaxb2.maven2 : maven-jaxb2-plugin-tests-two 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-two</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin-tests-two:0.4'

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

implementation("org.jvnet.jaxb2.maven2:maven-jaxb2-plugin-tests-two:0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jvnet.jaxb2.maven2" % "maven-jaxb2-plugin-tests-two" % "0.4"