License |
License |
---|---|
GroupId | GroupIdcom.github.xmlet |
ArtifactId | ArtifactIdxsdParser |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.xmlet:xsdParser
A solution that parses a XSD file into a Java Structure.
|
Project URL |
Project URL |
Filename | Size |
---|---|
xsdParser-1.2.0.pom | |
xsdParser-1.2.0.jar | 139 KB |
xsdParser-1.2.0-sources.jar | 127 KB |
xsdParser-1.2.0-javadoc.jar | 679 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api | jar | 1.0.0.GA |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |