c

commons-testing

Testing components build on top of JUnit 4
文件下载
文件名 操作
commons-testing-1.2-beta-2.jar 下载
commons-testing-1.2-beta-2.pom 下载
commons-testing-1.2-beta-2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.staccatocommons</groupId>
  <artifactId>commons-testing</artifactId>
  <version>1.2-beta-2</version>
</dependency>
Gradle Groovy
implementation 'net.sf.staccatocommons:commons-testing:1.2-beta-2'
Gradle Kotlin
implementation("net.sf.staccatocommons:commons-testing:1.2-beta-2")
Scala SBT
libraryDependencies += "net.sf.staccatocommons" % "commons-testing" % "1.2-beta-2"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.staccatocommons', module='commons-testing', version='1.2-beta-2')
)
Apache Ivy
<dependency org="net.sf.staccatocommons" name="commons-testing" rev="1.2-beta-2" />
Leiningen
[net.sf.staccatocommons/commons-testing "1.2-beta-2"]
Apache Buildr
'net.sf.staccatocommons:commons-testing:jar:1.2-beta-2'