a

ant

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