j

junit

JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
http://junit.org
Eclipse Public License 1.0
JUnit
David Saff Kevin Cooney Stefan Birkner Marc Philipp
Files download
File Operation
junit-4.12-yb-1.jar download
junit-4.12-yb-1.pom download
junit-4.12-yb-1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yugabyte</groupId>
  <artifactId>junit</artifactId>
  <version>4.12-yb-1</version>
</dependency>
Gradle Groovy
implementation 'com.yugabyte:junit:4.12-yb-1'
Gradle Kotlin
implementation("com.yugabyte:junit:4.12-yb-1")
Scala SBT
libraryDependencies += "com.yugabyte" % "junit" % "4.12-yb-1"
Groovy Grape
@Grapes(
  @Grab(group='com.yugabyte', module='junit', version='4.12-yb-1')
)
Apache Ivy
<dependency org="com.yugabyte" name="junit" rev="4.12-yb-1" />
Leiningen
[com.yugabyte/junit "4.12-yb-1"]
Apache Buildr
'com.yugabyte:junit:jar:4.12-yb-1'
Dependencies