MVN

org.jvnet.jaxb2_commons : jaxb2-value-constructor

Maven & Gradle

Mar 29, 2011
4 usages

JAXB2 Commons - Value Constructor Plugin · Causes JAXB RI 2 XJC to generate a value constructor, where each embedded element is included as a constructor parameter. This is usedful when you want to make sure that you have handled every single possible embedded element. The plugin also generates a default (no argument) constructor, so existing code runs as expected.

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

Latest Version

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

  • Latest Stable: 3.0

All Versions

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

Version Vulnerabilities Updated
3.0
jaxb2-value-constructor-3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jvnet.jaxb2_commons</groupId>
    <artifactId>jaxb2-value-constructor</artifactId>
    <version>3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jvnet.jaxb2_commons:jaxb2-value-constructor:3.0'

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

implementation("org.jvnet.jaxb2_commons:jaxb2-value-constructor:3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jvnet.jaxb2_commons" % "jaxb2-value-constructor" % "3.0"

Advertisement

Dependencies from Group

Apr 26, 2022
436 usages
88 stars
Apr 26, 2022
109 usages
87 stars
Apr 26, 2022
40 usages
88 stars
Jun 06, 2018
30 usages
67 stars

Discover Dependencies

Sep 16, 2011
2 usages
Apr 24, 2015
13 stars
Feb 05, 2023
776 stars
Jun 01, 2020
776 stars
Jun 01, 2020
776 stars
Apr 25, 2015
2 stars
Apr 26, 2015
741 stars
Apr 25, 2015
84 stars
Apr 19, 2015
1 usages
Jul 21, 2015
19 stars