is not current version
Last Version 2.6

com.addc:addc-test 2.3

The addc-test project contains a helper class for waiting for conditions in JUnit tests that have concurrent threads.

GroupId

GroupId

com.addc
ArtifactId

ArtifactId

addc-test
Version

Version

2.3
Type

Type

jar

Download addc-test 2.3


<!-- https://jarcasting.com/artifacts/com.addc/addc-test/ -->
<dependency>
    <groupId>com.addc</groupId>
    <artifactId>addc-test</artifactId>
    <version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.addc/addc-test/
implementation 'com.addc:addc-test:2.3'
// https://jarcasting.com/artifacts/com.addc/addc-test/
implementation ("com.addc:addc-test:2.3")
'com.addc:addc-test:jar:2.3'
<dependency org="com.addc" name="addc-test" rev="2.3">
  <artifact name="addc-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addc', module='addc-test', version='2.3')
)
libraryDependencies += "com.addc" % "addc-test" % "2.3"
[com.addc/addc-test "2.3"]