文件下载
文件名 操作
testsuite-1.8.2.jar 下载
testsuite-1.8.2.pom 下载
testsuite-1.8.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>name.dmaus.schxslt</groupId>
  <artifactId>testsuite</artifactId>
  <version>1.8.2</version>
</dependency>
Gradle Groovy
implementation 'name.dmaus.schxslt:testsuite:1.8.2'
Gradle Kotlin
implementation("name.dmaus.schxslt:testsuite:1.8.2")
Scala SBT
libraryDependencies += "name.dmaus.schxslt" % "testsuite" % "1.8.2"
Groovy Grape
@Grapes(
  @Grab(group='name.dmaus.schxslt', module='testsuite', version='1.8.2')
)
Apache Ivy
<dependency org="name.dmaus.schxslt" name="testsuite" rev="1.8.2" />
Leiningen
[name.dmaus.schxslt/testsuite "1.8.2"]
Apache Buildr
'name.dmaus.schxslt:testsuite:jar:1.8.2'