is not current version
Last Version 0.9.4

com.componentcorp.xml.validation:jxvc-master 0.2.1

Unified collection of xml Validators, including an uber validator which detects most types of validation. Especially note IntrinsicSchemaFactory which can be used to auto detect other SchemaFactories whilst validating a document. IntrinsicSchemaFactory supports xml-model schema association, as well as supporting traditional DTD and XSI annotated XML Schema processing.

GroupId

GroupId

com.componentcorp.xml.validation
ArtifactId

ArtifactId

jxvc-master
Version

Version

0.2.1
Type

Type

pom

Download jxvc-master 0.2.1

Filename Size
jxvc-master-0.2.1.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.componentcorp.xml.validation/jxvc-master/ -->
<dependency>
    <groupId>com.componentcorp.xml.validation</groupId>
    <artifactId>jxvc-master</artifactId>
    <version>0.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.componentcorp.xml.validation/jxvc-master/
implementation 'com.componentcorp.xml.validation:jxvc-master:0.2.1'
// https://jarcasting.com/artifacts/com.componentcorp.xml.validation/jxvc-master/
implementation ("com.componentcorp.xml.validation:jxvc-master:0.2.1")
'com.componentcorp.xml.validation:jxvc-master:pom:0.2.1'
<dependency org="com.componentcorp.xml.validation" name="jxvc-master" rev="0.2.1">
  <artifact name="jxvc-master" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.componentcorp.xml.validation', module='jxvc-master', version='0.2.1')
)
libraryDependencies += "com.componentcorp.xml.validation" % "jxvc-master" % "0.2.1"
[com.componentcorp.xml.validation/jxvc-master "0.2.1"]