is not current version
Last Version 1.3.2

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

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.1.1
Type

Type

jar

Download junit-platform-surefire-provider 1.1.1


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