t

testsuite-maven-plugin

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