j

junit

Files download
File Operation
junit-3.8.2.jar download
junit-3.8.2.pom download
Apache Maven
<dependency>
  <groupId>org.mod4j.org</groupId>
  <artifactId>junit</artifactId>
  <version>3.8.2</version>
</dependency>
Gradle Groovy
implementation 'org.mod4j.org:junit:3.8.2'
Gradle Kotlin
implementation("org.mod4j.org:junit:3.8.2")
Scala SBT
libraryDependencies += "org.mod4j.org" % "junit" % "3.8.2"
Groovy Grape
@Grapes(
  @Grab(group='org.mod4j.org', module='junit', version='3.8.2')
)
Apache Ivy
<dependency org="org.mod4j.org" name="junit" rev="3.8.2" />
Leiningen
[org.mod4j.org/junit "3.8.2"]
Apache Buildr
'org.mod4j.org:junit:jar:3.8.2'
Dependencies
The project has no third-party dependencies