Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.mod4j.org |
ArtifactId | ArtifactIdjunit |
Last Version | Last Version3.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUnit Testing Framework
|
Filename | Size |
---|---|
junit-3.8.2.pom | |
junit-3.8.2.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mod4j.org/junit/ -->
<dependency>
<groupId>org.mod4j.org</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j.org/junit/
implementation 'org.mod4j.org:junit:3.8.2'
// https://jarcasting.com/artifacts/org.mod4j.org/junit/
implementation ("org.mod4j.org:junit:3.8.2")
'org.mod4j.org:junit:jar:3.8.2'
<dependency org="org.mod4j.org" name="junit" rev="3.8.2">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j.org', module='junit', version='3.8.2')
)
libraryDependencies += "org.mod4j.org" % "junit" % "3.8.2"
[org.mod4j.org/junit "3.8.2"]