MVN

com.goldmansachs.xsd2bean : xsd2beangen

Maven & Gradle

Aug 18, 2016
2 usages
28 stars

Xsd2bean · Xsd2bean is a dependency free XML to object mapper. Given an xsd, it will generate java code that represents the model described in the xsd with the ability to read an xml and create the java objects and vice versa (unmarshall/marshall).

<dependency>
    <groupId>com.goldmansachs.xsd2bean</groupId>
    <artifactId>xsd2beangen</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.goldmansachs.xsd2bean : xsd2beangen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of com.goldmansachs.xsd2bean : xsd2beangen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
xsd2beangen-1.5.0

How to add a dependency to Maven

Add the following com.goldmansachs.xsd2bean : xsd2beangen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.goldmansachs.xsd2bean</groupId>
    <artifactId>xsd2beangen</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.goldmansachs.xsd2bean : xsd2beangen gradle dependency to your build.gradle file:

implementation 'com.goldmansachs.xsd2bean:xsd2beangen:1.5.0'

Gradle Kotlin DSL: Add the following com.goldmansachs.xsd2bean : xsd2beangen gradle kotlin dependency to your build.gradle.kts file:

implementation("com.goldmansachs.xsd2bean:xsd2beangen:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.goldmansachs.xsd2bean : xsd2beangen sbt scala dependency to your build.sbt file:

libraryDependencies += "com.goldmansachs.xsd2bean" % "xsd2beangen" % "1.5.0"

Advertisement

Dependencies from Group

Aug 18, 2016
2 usages
28 stars

Discover Dependencies

Feb 10, 2022
2 usages
374 stars
Jun 09, 2023
2 usages
226 stars
Aug 21, 2023
1 usages
14 stars
Aug 14, 2020
3 usages
979 stars
Aug 21, 2023
2 usages
127 stars
Jun 20, 2023
1 usages
92 stars
Aug 07, 2023
1 usages
25 stars
Jun 12, 2023
2 usages
2.4k stars