t

testsuite-maven-plugin

Run tests for Schematron processors via Maven
Files download
File Operation
testsuite-maven-plugin-1.6.jar download
testsuite-maven-plugin-1.6.pom download
testsuite-maven-plugin-1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>name.dmaus.schxslt</groupId>
  <artifactId>testsuite-maven-plugin</artifactId>
  <version>1.6</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'name.dmaus.schxslt:testsuite-maven-plugin:1.6'
Gradle Kotlin
implementation("name.dmaus.schxslt:testsuite-maven-plugin:1.6")
Scala SBT
libraryDependencies += "name.dmaus.schxslt" % "testsuite-maven-plugin" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='name.dmaus.schxslt', module='testsuite-maven-plugin', version='1.6')
)
Apache Ivy
<dependency org="name.dmaus.schxslt" name="testsuite-maven-plugin" rev="1.6" />
Leiningen
[name.dmaus.schxslt/testsuite-maven-plugin "1.6"]
Apache Buildr
'name.dmaus.schxslt:testsuite-maven-plugin:jar:1.6'