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