is not current version
Last Version 1.2.0

com.github.xmlet:xsdParser 1.0.13

A solution that parses a XSD file into a Java Structure.

GroupId

GroupId

com.github.xmlet
ArtifactId

ArtifactId

xsdParser
Version

Version

1.0.13
Type

Type

jar

Download xsdParser 1.0.13


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