Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdjunit |
ArtifactId | ArtifactIdjunit-dep |
Version | Version4.8 |
Type | Typejar |
Filename | Size |
---|---|
junit-dep-4.8.pom | |
junit-dep-4.8.jar | 212 KB |
junit-dep-4.8-sources.jar | 127 KB |
junit-dep-4.8-javadoc.jar | 386 KB |
Browse |
<!-- https://jarcasting.com/artifacts/junit/junit-dep/ -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.8</version>
</dependency>
// https://jarcasting.com/artifacts/junit/junit-dep/
implementation 'junit:junit-dep:4.8'
// https://jarcasting.com/artifacts/junit/junit-dep/
implementation ("junit:junit-dep:4.8")
'junit:junit-dep:jar:4.8'
<dependency org="junit" name="junit-dep" rev="4.8">
<artifact name="junit-dep" type="jar" />
</dependency>
@Grapes(
@Grab(group='junit', module='junit-dep', version='4.8')
)
libraryDependencies += "junit" % "junit-dep" % "4.8"
[junit/junit-dep "4.8"]