j

jxvc-master

A collection of JAXP Validators and utility classes, including an uber validator which detects most types of validation and performs ISO/IEC 19757-11:2011 compliant xml-model validation. Especially note IntrinsicSchemaFactory which can be used to auto detect other SchemaFactories whilst validating a document. IntrinsicSchemaFactory supports xml-model schema association.
https://github.com/rosslamont/jxvc
Apache License, Version 2.0 Similar to Apache License but with the acknowledgment clause removed
Ross Lamont
文件下载
文件名 操作
jxvc-master-0.9.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.componentcorp.xml.validation</groupId>
  <artifactId>jxvc-master</artifactId>
  <version>0.9.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.componentcorp.xml.validation:jxvc-master:0.9.4'
Gradle Kotlin
implementation("com.componentcorp.xml.validation:jxvc-master:0.9.4")
Scala SBT
libraryDependencies += "com.componentcorp.xml.validation" % "jxvc-master" % "0.9.4"
Groovy Grape
@Grapes(
  @Grab(group='com.componentcorp.xml.validation', module='jxvc-master', version='0.9.4')
)
Apache Ivy
<dependency org="com.componentcorp.xml.validation" name="jxvc-master" rev="0.9.4" />
Leiningen
[com.componentcorp.xml.validation/jxvc-master "0.9.4"]
Apache Buildr
'com.componentcorp.xml.validation:jxvc-master:jar:0.9.4'
本项目依赖
该项目无第三方依赖