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