MVN

org.jvnet.jaxbcommons : jaxbcommons-runtime

Maven & Gradle

Jan 25, 2012
10 usages

Jaxbcommons Runtime

<dependency>
    <groupId>org.jvnet.jaxbcommons</groupId>
    <artifactId>jaxbcommons-runtime</artifactId>
    <version>1.0.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.jaxbcommons : jaxbcommons-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6.5

All Versions

Choose a version of org.jvnet.jaxbcommons : jaxbcommons-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jaxbcommons-runtime-1.0.6.5
jaxbcommons-runtime-1.0.6.M3
jaxbcommons-runtime-1.0.6
jaxbcommons-runtime-1.0.6.M1

How to add a dependency to Maven

Add the following org.jvnet.jaxbcommons : jaxbcommons-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.jaxbcommons</groupId>
    <artifactId>jaxbcommons-runtime</artifactId>
    <version>1.0.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.jaxbcommons : jaxbcommons-runtime gradle dependency to your build.gradle file:

implementation 'org.jvnet.jaxbcommons:jaxbcommons-runtime:1.0.6.5'

Gradle Kotlin DSL: Add the following org.jvnet.jaxbcommons : jaxbcommons-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.jaxbcommons:jaxbcommons-runtime:1.0.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.jaxbcommons : jaxbcommons-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.jaxbcommons" % "jaxbcommons-runtime" % "1.0.6.5"