is not current version
Last Version 5.9.0-M1

org.junit.jupiter:junit-jupiter-api 5.2.0

Module "junit-jupiter-api" of JUnit 5.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.junit.jupiter
ArtifactId

ArtifactId

junit-jupiter-api
Version

Version

5.2.0
Type

Type

jar

Download junit-jupiter-api 5.2.0


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