is not current version
Last Version 3.0.0-M7

org.apache.maven.surefire:common-junit48 3.0.0-M3

Shared JUnit48 Provider Code

Categories

Categories

Maven Build Tools JUnit Unit Testing
GroupId

GroupId

org.apache.maven.surefire
ArtifactId

ArtifactId

common-junit48
Version

Version

3.0.0-M3
Type

Type

jar

Download common-junit48 3.0.0-M3


<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/common-junit48/ -->
<dependency>
    <groupId>org.apache.maven.surefire</groupId>
    <artifactId>common-junit48</artifactId>
    <version>3.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/common-junit48/
implementation 'org.apache.maven.surefire:common-junit48:3.0.0-M3'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/common-junit48/
implementation ("org.apache.maven.surefire:common-junit48:3.0.0-M3")
'org.apache.maven.surefire:common-junit48:jar:3.0.0-M3'
<dependency org="org.apache.maven.surefire" name="common-junit48" rev="3.0.0-M3">
  <artifact name="common-junit48" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='common-junit48', version='3.0.0-M3')
)
libraryDependencies += "org.apache.maven.surefire" % "common-junit48" % "3.0.0-M3"
[org.apache.maven.surefire/common-junit48 "3.0.0-M3"]