не последняя версия
Последняя версия 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.

Группа

Группа

org.opengis.cite
Идентификатор

Идентификатор

schema-utils
Версия

Версия

1.5
Тип

Тип

jar

Скачать 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"]