s

schxslt2

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