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