xs-parser
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.xs-parser</groupId> <artifactId>xs-parser</artifactId> <version>3.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.xs-parser</groupId> <artifactId>xs-parser</artifactId> <version>3.1</version> <name>xs-parser</name> <description>xs-parser is a Java software library that represents the object model described in the [W3C XML Schema Definition Language (XSD) 1.1 Part 1: Structures](https://www.w3.org/TR/xmlschema11-1/) and [Part 2: Datatypes](https://www.w3.org/TR/xmlschema11-2/).</description> <url>https://github.com/xs-parser/xs-parser</url> <organization> <name>io.github.xs-parser</name> <url>https://github.com/xs-parser</url> </organization> <licenses> <license> <name>MIT License</name> <url>https://github.com/xs-parser/xs-parser/blob/main/LICENSE.md</url> </license> </licenses> <scm> <connection>scm:git:git://github.com/xs-parser/xs-parser.git</connection> <developerConnection>scm:git:ssh://github.com/xs-parser/xs-parser.git</developerConnection> <url>https://github.com/xs-parser/xs-parser</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/xs-parser/xs-parser/issues</url> </issueManagement> <developers> <developer> <name>Thomas A. Bateson</name> <email>thomas.bateson@us.af.mil</email> </developer> <developer> <name>Thomas Bateson</name> <email>thomas.bateson@eagles.oc.edu</email> </developer> <developer> <name>Nick Little</name> <email>nicklaus.little@us.af.mil</email> </developer> </developers> </project>