License |
License |
---|---|
GroupId | GroupIdcom.addc |
ArtifactId | ArtifactIdaddc-test |
Last Version | Last Version2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionaddc-test
The addc-test project contains a helper class for waiting for conditions in JUnit tests that have concurrent threads.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
addc-test-2.6.pom | |
addc-test-2.6.jar | 3 KB |
addc-test-2.6-sources.jar | 3 KB |
addc-test-2.6-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.addc/addc-test/ -->
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-test</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.addc/addc-test/
implementation 'com.addc:addc-test:2.6'
// https://jarcasting.com/artifacts/com.addc/addc-test/
implementation ("com.addc:addc-test:2.6")
'com.addc:addc-test:jar:2.6'
<dependency org="com.addc" name="addc-test" rev="2.6">
<artifact name="addc-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addc', module='addc-test', version='2.6')
)
libraryDependencies += "com.addc" % "addc-test" % "2.6"
[com.addc/addc-test "2.6"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.powermock : powermock-module-junit4 | jar | 1.7.4 |
org.powermock : powermock-api-mockito | jar | 1.7.4 |
org.mockito : mockito-core | jar | 1.10.19 |
ch.qos.logback : logback-classic | jar | 1.2.3 |