MVN

com.sun.xml.bind.mvn : tests

Maven & Gradle

Jun 06, 2023
168 stars

JAXB OSGi Tests · Tests for JAXB RI OSGi bundles. They should be in separate module because of dependency-hell of osgi and extra-osgi modules.

<dependency>
    <groupId>com.sun.xml.bind.mvn</groupId>
    <artifactId>tests</artifactId>
    <version>4.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.xml.bind.mvn : tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.3

All Versions

Choose a version of com.sun.xml.bind.mvn : tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
tests-4.0.3
tests-4.0.2
tests-4.0.1
tests-4.0.0
tests-4.0.0-M4
tests-4.0.0-M3
tests-4.0.0-M2
tests-4.0.0-M1
3.1.x
tests-3.1.0-M1
3.0.x
tests-3.0.2
tests-3.0.2-b01
tests-3.0.1-b02
tests-3.0.1
tests-3.0.0
tests-3.0.0-M5
tests-3.0.0-M4
tests-3.0.0-M3
tests-3.0.0-M2
tests-3.0.0-M1
2.4.x
tests-2.4.0-b180830.0438
tests-2.4.0-b180725.0644
2.3.x
tests-2.3.8
tests-2.3.7
tests-2.3.6
tests-2.3.5
tests-2.3.4
tests-2.3.3
tests-2.3.3-b02
tests-2.3.3-b01
tests-2.3.2
tests-2.3.1
tests-2.3.0.1
tests-2.3.0
2.2.x
tests-2.2.11
tests-2.2.10
tests-2.2.10-b140802.1033
tests-2.2.10-b140310.1920

How to add a dependency to Maven

Add the following com.sun.xml.bind.mvn : tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.xml.bind.mvn</groupId>
    <artifactId>tests</artifactId>
    <version>4.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.xml.bind.mvn : tests gradle dependency to your build.gradle file:

implementation 'com.sun.xml.bind.mvn:tests:4.0.3'

Gradle Kotlin DSL: Add the following com.sun.xml.bind.mvn : tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.xml.bind.mvn:tests:4.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.xml.bind.mvn : tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.xml.bind.mvn" % "tests" % "4.0.3"

Advertisement