<dependency> <groupId>org.junit</groupId> <artifactId>junit5-api</artifactId> <version>5.0.0-ALPHA</version> </dependency>
implementation 'org.junit:junit5-api:5.0.0-ALPHA'
implementation("org.junit:junit5-api:5.0.0-ALPHA")
libraryDependencies += "org.junit" % "junit5-api" % "5.0.0-ALPHA"
@Grapes( @Grab(group='org.junit', module='junit5-api', version='5.0.0-ALPHA') )
<dependency org="org.junit" name="junit5-api" rev="5.0.0-ALPHA" />
[org.junit/junit5-api "5.0.0-ALPHA"]
'org.junit:junit5-api:jar:5.0.0-ALPHA'
compile
|-- org.opentest4j:opentest4j:1.0.0-ALPHA
|-- org.junit:junit-commons:5.0.0-ALPHA