c

common-junit48

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