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