t

testsuite-maven-plugin

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