License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.forgerock.cuppa |
ArtifactId | ArtifactIdcuppa-junit |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCuppa
Cuppa - A testing framework for Java 8
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cuppa-junit-1.6.0.pom | |
cuppa-junit-1.6.0.jar | 3 KB |
cuppa-junit-1.6.0-sources.jar | 3 KB |
cuppa-junit-1.6.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.forgerock.cuppa/cuppa-junit/ -->
<dependency>
<groupId>org.forgerock.cuppa</groupId>
<artifactId>cuppa-junit</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.forgerock.cuppa/cuppa-junit/
implementation 'org.forgerock.cuppa:cuppa-junit:1.6.0'
// https://jarcasting.com/artifacts/org.forgerock.cuppa/cuppa-junit/
implementation ("org.forgerock.cuppa:cuppa-junit:1.6.0")
'org.forgerock.cuppa:cuppa-junit:jar:1.6.0'
<dependency org="org.forgerock.cuppa" name="cuppa-junit" rev="1.6.0">
<artifact name="cuppa-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.forgerock.cuppa', module='cuppa-junit', version='1.6.0')
)
libraryDependencies += "org.forgerock.cuppa" % "cuppa-junit" % "1.6.0"
[org.forgerock.cuppa/cuppa-junit "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.forgerock.cuppa : cuppa | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.9 |
org.assertj : assertj-core | jar | 3.2.0 |
org.mockito : mockito-all | jar | 1.10.19 |