s

schxslt

An XSLT-based Schematron processor
https://doi.org/10.5281/zenodo.1495494
Files download
File Operation
schxslt-1.7.3.jar download
schxslt-1.7.3.pom download
schxslt-1.7.3-sources.jar download
Apache Maven
<dependency>
  <groupId>name.dmaus.schxslt</groupId>
  <artifactId>schxslt</artifactId>
  <version>1.7.3</version>
</dependency>
Gradle Groovy
implementation 'name.dmaus.schxslt:schxslt:1.7.3'
Gradle Kotlin
implementation("name.dmaus.schxslt:schxslt:1.7.3")
Scala SBT
libraryDependencies += "name.dmaus.schxslt" % "schxslt" % "1.7.3"
Groovy Grape
@Grapes(
  @Grab(group='name.dmaus.schxslt', module='schxslt', version='1.7.3')
)
Apache Ivy
<dependency org="name.dmaus.schxslt" name="schxslt" rev="1.7.3" />
Leiningen
[name.dmaus.schxslt/schxslt "1.7.3"]
Apache Buildr
'name.dmaus.schxslt:schxslt:jar:1.7.3'