Last Version

com.github.xmlet:xsdParser 1.2.0

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

License

License

GroupId

GroupId

com.github.xmlet
ArtifactId

ArtifactId

xsdParser
Version

Version

1.2.0
Type

Type

jar
Description

Description

com.github.xmlet:xsdParser
A solution that parses a XSD file into a Java Structure.
Project URL

Project URL

https://github.com/xmlet/XsdParser

Download xsdParser 1.2.0


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

Dependencies

compile (1)

Group / Artifact Type Version
javax.validation : validation-api jar 1.0.0.GA

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.