a

ant

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