| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing Net |
| GroupId | GroupIdnet.obvj |
| ArtifactId | ArtifactIdjunit-utils |
| Last Version | Last Version1.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjunit-utils
Common utilities for working with JUnit
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| junit-utils-1.3.1.pom | |
| junit-utils-1.3.1.jar | 5 KB |
| junit-utils-1.3.1-sources.jar | 4 KB |
| junit-utils-1.3.1-javadoc.jar | 391 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.obvj/junit-utils/ -->
<dependency>
<groupId>net.obvj</groupId>
<artifactId>junit-utils</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.obvj/junit-utils/
implementation 'net.obvj:junit-utils:1.3.1'
// https://jarcasting.com/artifacts/net.obvj/junit-utils/
implementation ("net.obvj:junit-utils:1.3.1")
'net.obvj:junit-utils:jar:1.3.1'
<dependency org="net.obvj" name="junit-utils" rev="1.3.1">
<artifact name="junit-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.obvj', module='junit-utils', version='1.3.1')
)
libraryDependencies += "net.obvj" % "junit-utils" % "1.3.1"
[net.obvj/junit-utils "1.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |