is not current version
Last Version 1.9.1

name.dmaus.schxslt:ant 1.7

Ant task for Schematron validation with SchXslt

Categories

Categories

Ant Build Tools
GroupId

GroupId

name.dmaus.schxslt
ArtifactId

ArtifactId

ant
Version

Version

1.7
Type

Type

jar

Download ant 1.7


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