Files download
File Operation
schxslt-1.0.0.jar download
schxslt-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>name.dmaus.schxslt</groupId>
  <artifactId>schxslt</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'name.dmaus.schxslt:schxslt:1.0.0'
Gradle Kotlin
implementation("name.dmaus.schxslt:schxslt:1.0.0")
Scala SBT
libraryDependencies += "name.dmaus.schxslt" % "schxslt" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='name.dmaus.schxslt', module='schxslt', version='1.0.0')
)
Apache Ivy
<dependency org="name.dmaus.schxslt" name="schxslt" rev="1.0.0" />
Leiningen
[name.dmaus.schxslt/schxslt "1.0.0"]
Apache Buildr
'name.dmaus.schxslt:schxslt:jar:1.0.0'
Dependencies
The project has no third-party dependencies