c

common-junit48

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