Files download
File Operation
surefire-junit5-5.0.0-ALPHA.jar download
surefire-junit5-5.0.0-ALPHA.pom download
surefire-junit5-5.0.0-ALPHA-sources.jar download
Apache Maven
<dependency>
  <groupId>org.junit</groupId>
  <artifactId>surefire-junit5</artifactId>
  <version>5.0.0-ALPHA</version>
</dependency>
Gradle Groovy
implementation 'org.junit:surefire-junit5:5.0.0-ALPHA'
Gradle Kotlin
implementation("org.junit:surefire-junit5:5.0.0-ALPHA")
Scala SBT
libraryDependencies += "org.junit" % "surefire-junit5" % "5.0.0-ALPHA"
Groovy Grape
@Grapes(
  @Grab(group='org.junit', module='surefire-junit5', version='5.0.0-ALPHA')
)
Apache Ivy
<dependency org="org.junit" name="surefire-junit5" rev="5.0.0-ALPHA" />
Leiningen
[org.junit/surefire-junit5 "5.0.0-ALPHA"]
Apache Buildr
'org.junit:surefire-junit5:jar:5.0.0-ALPHA'