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

Группа

Группа

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

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

cthul-xml
Версия

Версия

1.0
Тип

Тип

jar

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