Last Version

JUnit 4.13.2

JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

junit
ArtifactId

ArtifactId

junit
Version

Version

4.13.2
Type

Type

jar
Description

Description

JUnit
JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
Project URL

Project URL

http://junit.org
Project Organization

Project Organization

JUnit
Source Code Management

Source Code Management

https://github.com/junit-team/junit4

Download junit 4.13.2


<!-- https://jarcasting.com/artifacts/junit/junit/ -->
<dependency>
    <groupId>junit</groupId>
    <artifactId>junit</artifactId>
    <version>4.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/junit/junit/
implementation 'junit:junit:4.13.2'
// https://jarcasting.com/artifacts/junit/junit/
implementation ("junit:junit:4.13.2")
'junit:junit:jar:4.13.2'
<dependency org="junit" name="junit" rev="4.13.2">
  <artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='junit', module='junit', version='4.13.2')
)
libraryDependencies += "junit" % "junit" % "4.13.2"
[junit "4.13.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.hamcrest : hamcrest-core jar 1.3

test (1)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.