is not current version
Last Version 1.2

org.cthul:cthul-xml 1.0

Provides utilities for finding resources based on their URI. Based on that, includes validating XML parsers that automatically resolve the schemas referenced in an XML document.

GroupId

GroupId

org.cthul
ArtifactId

ArtifactId

cthul-xml
Version

Version

1.0
Type

Type

jar

Download cthul-xml 1.0


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