is not current version
Last Version 1.3.2

org.junit.platform:junit-platform-surefire-provider 1.0.0

Module "junit-platform-surefire-provider" of JUnit 5.

Categories

Categories

IDE Development Tools JUnit Unit Testing ORM Data
GroupId

GroupId

org.junit.platform
ArtifactId

ArtifactId

junit-platform-surefire-provider
Version

Version

1.0.0
Type

Type

jar

Download junit-platform-surefire-provider 1.0.0


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