| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools JUnit Unit Testing |
| GroupId | GroupIdcom.phenixidentity |
| ArtifactId | ArtifactIdjunit-when |
| Last Version | Last Version0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjunit-when
A JUnit extension for When.java, a Promises/A+ implementation by ef-labs
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| junit-when-0.3.pom | |
| junit-when-0.3.jar | 19 KB |
| junit-when-0.3-sources.jar | 12 KB |
| junit-when-0.3-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.phenixidentity/junit-when/ -->
<dependency>
<groupId>com.phenixidentity</groupId>
<artifactId>junit-when</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.phenixidentity/junit-when/
implementation 'com.phenixidentity:junit-when:0.3'
// https://jarcasting.com/artifacts/com.phenixidentity/junit-when/
implementation ("com.phenixidentity:junit-when:0.3")
'com.phenixidentity:junit-when:jar:0.3'
<dependency org="com.phenixidentity" name="junit-when" rev="0.3">
<artifact name="junit-when" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.phenixidentity', module='junit-when', version='0.3')
)
libraryDependencies += "com.phenixidentity" % "junit-when" % "0.3"
[com.phenixidentity/junit-when "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.englishtown : when.java | jar | 3.0.0 |
| javax.inject : javax.inject | jar | 1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.10.19 |