is not current version
Last Version 3.0.0-M7

org.apache.maven.surefire:surefire-junit-platform 3.0.0-M2

SureFire JUnit Platform Runner

Categories

Categories

Maven Build Tools JUnit Unit Testing ORM Data
GroupId

GroupId

org.apache.maven.surefire
ArtifactId

ArtifactId

surefire-junit-platform
Version

Version

3.0.0-M2
Type

Type

jar

Download surefire-junit-platform 3.0.0-M2


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