a

ant

Ant task for Schematron validation with SchXslt
https://github.com/schxslt/schxslt-ant
Files download
File Operation
ant-1.8.jar download
ant-1.8.pom download
ant-1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>name.dmaus.schxslt</groupId>
  <artifactId>ant</artifactId>
  <version>1.8</version>
</dependency>
Gradle Groovy
implementation 'name.dmaus.schxslt:ant:1.8'
Gradle Kotlin
implementation("name.dmaus.schxslt:ant:1.8")
Scala SBT
libraryDependencies += "name.dmaus.schxslt" % "ant" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='name.dmaus.schxslt', module='ant', version='1.8')
)
Apache Ivy
<dependency org="name.dmaus.schxslt" name="ant" rev="1.8" />
Leiningen
[name.dmaus.schxslt/ant "1.8"]
Apache Buildr
'name.dmaus.schxslt:ant:jar:1.8'