License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdco.unruly |
ArtifactId | ArtifactIdjunit-rules |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjunit-rules
A collection of JUnit rules from Unruly's codebase
|
Project URL |
Project URL |
Filename | Size |
---|---|
junit-rules-1.1.pom | |
junit-rules-1.1.jar | 10 KB |
junit-rules-1.1-sources.jar | 3 KB |
junit-rules-1.1-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.unruly/junit-rules/ -->
<dependency>
<groupId>co.unruly</groupId>
<artifactId>junit-rules</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.unruly/junit-rules/
implementation 'co.unruly:junit-rules:1.1'
// https://jarcasting.com/artifacts/co.unruly/junit-rules/
implementation ("co.unruly:junit-rules:1.1")
'co.unruly:junit-rules:jar:1.1'
<dependency org="co.unruly" name="junit-rules" rev="1.1">
<artifact name="junit-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.unruly', module='junit-rules', version='1.1')
)
libraryDependencies += "co.unruly" % "junit-rules" % "1.1"
[co.unruly/junit-rules "1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
joda-time : joda-time | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.9.5 |