is not current version
Last Version 1.9.0-M1

org.junit.platform:junit-platform-launcher 1.2.0

Module "junit-platform-launcher" of JUnit 5.

Categories

Categories

JUnit Unit Testing ORM Data
GroupId

GroupId

org.junit.platform
ArtifactId

ArtifactId

junit-platform-launcher
Version

Version

1.2.0
Type

Type

jar

Download junit-platform-launcher 1.2.0


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