is not current version
Last Version 1.8

org.opengis.cite:schema-utils 1.5

Provides support for validating XML representations using the following schema languages: W3C XML Schema 1.0, Schematron (ISO/IEC 19757-3:2006), and RELAX NG (ISO/IEC 19757-2:2008). It is also possible to access and query the post-schema-validation infoset (PSVI) using the Xerces XML Schema API.

GroupId

GroupId

org.opengis.cite
ArtifactId

ArtifactId

schema-utils
Version

Version

1.5
Type

Type

jar

Download schema-utils 1.5


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