Categories |
CategoriesJUnit Unit Testing Net |
---|---|
GroupId | GroupIdnet.sf.randomjunit |
ArtifactId | ArtifactIdrandom-junit |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
random-junit-1.0.3.pom | |
random-junit-1.0.3.jar | 6 KB |
random-junit-1.0.3-sources.jar | 3 KB |
random-junit-1.0.3-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.randomjunit/random-junit/ -->
<dependency>
<groupId>net.sf.randomjunit</groupId>
<artifactId>random-junit</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.randomjunit/random-junit/
implementation 'net.sf.randomjunit:random-junit:1.0.3'
// https://jarcasting.com/artifacts/net.sf.randomjunit/random-junit/
implementation ("net.sf.randomjunit:random-junit:1.0.3")
'net.sf.randomjunit:random-junit:jar:1.0.3'
<dependency org="net.sf.randomjunit" name="random-junit" rev="1.0.3">
<artifact name="random-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.randomjunit', module='random-junit', version='1.0.3')
)
libraryDependencies += "net.sf.randomjunit" % "random-junit" % "1.0.3"
[net.sf.randomjunit/random-junit "1.0.3"]