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.3.jar download
testsuite-maven-plugin-1.3.pom download
testsuite-maven-plugin-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>name.dmaus.schxslt</groupId>
  <artifactId>testsuite-maven-plugin</artifactId>
  <version>1.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'name.dmaus.schxslt:testsuite-maven-plugin:1.3'
Gradle Kotlin
implementation("name.dmaus.schxslt:testsuite-maven-plugin:1.3")
Scala SBT
libraryDependencies += "name.dmaus.schxslt" % "testsuite-maven-plugin" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='name.dmaus.schxslt', module='testsuite-maven-plugin', version='1.3')
)
Apache Ivy
<dependency org="name.dmaus.schxslt" name="testsuite-maven-plugin" rev="1.3" />
Leiningen
[name.dmaus.schxslt/testsuite-maven-plugin "1.3"]
Apache Buildr
'name.dmaus.schxslt:testsuite-maven-plugin:jar:1.3'