MVN

org.jvnet.jaxb2_commons : jaxb2-default-value

Maven & Gradle

Sep 24, 2011
1 usages

JAXB2 Commons - Default Value Plugin · This plugin uses the XML schema "element" tag's "default" attribute to set default values for variables in the classes generated by JAXB.

<dependency>
    <groupId>org.jvnet.jaxb2_commons</groupId>
    <artifactId>jaxb2-default-value</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.jaxb2_commons : jaxb2-default-value to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of org.jvnet.jaxb2_commons : jaxb2-default-value to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
jaxb2-default-value-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jvnet.jaxb2_commons</groupId>
    <artifactId>jaxb2-default-value</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.jaxb2_commons : jaxb2-default-value gradle dependency to your build.gradle file:

implementation 'org.jvnet.jaxb2_commons:jaxb2-default-value:1.1'

Gradle Kotlin DSL: Add the following org.jvnet.jaxb2_commons : jaxb2-default-value gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.jaxb2_commons:jaxb2-default-value:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.jaxb2_commons : jaxb2-default-value sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.jaxb2_commons" % "jaxb2-default-value" % "1.1"