License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.zandero |
ArtifactId | ArtifactIdutils.junit |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionZandero JUnit Utils
JUnit extensions and helpers
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
utils.junit-1.1.pom | |
utils.junit-1.1.jar | 4 KB |
utils.junit-1.1-sources.jar | 3 KB |
utils.junit-1.1-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zandero/utils.junit/ -->
<dependency>
<groupId>com.zandero</groupId>
<artifactId>utils.junit</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zandero/utils.junit/
implementation 'com.zandero:utils.junit:1.1'
// https://jarcasting.com/artifacts/com.zandero/utils.junit/
implementation ("com.zandero:utils.junit:1.1")
'com.zandero:utils.junit:jar:1.1'
<dependency org="com.zandero" name="utils.junit" rev="1.1">
<artifact name="utils.junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zandero', module='utils.junit', version='1.1')
)
libraryDependencies += "com.zandero" % "utils.junit" % "1.1"
[com.zandero/utils.junit "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | [5.8.2,) |
org.junit.jupiter : junit-jupiter-params | jar | [5.8.2,) |
org.junit.jupiter : junit-jupiter-engine | jar | [5.8.2,) |