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