X

XsdAsm

Uses XsdParser structure of a XSD document to generate a fluent API that allows the generation of markup language documents.
https://github.com/xmlet/XsdAsm
MIT license
Luís Duarte
Files download
File Operation
XsdAsm-1.0.0.jar download
XsdAsm-1.0.0.pom download
XsdAsm-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.xmlet</groupId>
  <artifactId>XsdAsm</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.xmlet:XsdAsm:1.0.0'
Gradle Kotlin
implementation("com.github.xmlet:XsdAsm:1.0.0")
Scala SBT
libraryDependencies += "com.github.xmlet" % "XsdAsm" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.xmlet', module='XsdAsm', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.xmlet" name="XsdAsm" rev="1.0.0" />
Leiningen
[com.github.xmlet/XsdAsm "1.0.0"]
Apache Buildr
'com.github.xmlet:XsdAsm:jar:1.0.0'