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