s

schxslt2

Schematron to XSLT 3.0 transpiler
https://git.sr.ht/~dmaus/schxslt2
MIT License
David Maus
Files download
File Operation
schxslt2-1.0.jar download
schxslt2-1.0.pom download
schxslt2-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>name.dmaus.schxslt</groupId>
  <artifactId>schxslt2</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'name.dmaus.schxslt:schxslt2:1.0'
Gradle Kotlin
implementation("name.dmaus.schxslt:schxslt2:1.0")
Scala SBT
libraryDependencies += "name.dmaus.schxslt" % "schxslt2" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='name.dmaus.schxslt', module='schxslt2', version='1.0')
)
Apache Ivy
<dependency org="name.dmaus.schxslt" name="schxslt2" rev="1.0" />
Leiningen
[name.dmaus.schxslt/schxslt2 "1.0"]
Apache Buildr
'name.dmaus.schxslt:schxslt2:jar:1.0'
Dependencies
The project has no third-party dependencies