Last Version

com.github.xmlet:xsdAsm 1.0.14

Uses XsdParser structure of a XSD document to generate a fluent API that allows the generation of markup language documents.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.github.xmlet
ArtifactId

ArtifactId

xsdAsm
Version

Version

1.0.14
Type

Type

jar

Download xsdAsm 1.0.14


<!-- https://jarcasting.com/artifacts/com.github.xmlet/xsdAsm/ -->
<dependency>
    <groupId>com.github.xmlet</groupId>
    <artifactId>xsdAsm</artifactId>
    <version>1.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xmlet/xsdAsm/
implementation 'com.github.xmlet:xsdAsm:1.0.14'
// https://jarcasting.com/artifacts/com.github.xmlet/xsdAsm/
implementation ("com.github.xmlet:xsdAsm:1.0.14")
'com.github.xmlet:xsdAsm:jar:1.0.14'
<dependency org="com.github.xmlet" name="xsdAsm" rev="1.0.14">
  <artifact name="xsdAsm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xmlet', module='xsdAsm', version='1.0.14')
)
libraryDependencies += "com.github.xmlet" % "xsdAsm" % "1.0.14"
[com.github.xmlet/xsdAsm "1.0.14"]