is not current version
Last Version 1.0.1

net.codebox:asynctest 1.0.0

This simple Java library helps you write better tests for asynchronous systems

Categories

Categories

Net
GroupId

GroupId

net.codebox
ArtifactId

ArtifactId

asynctest
Version

Version

1.0.0
Type

Type

jar

Download asynctest 1.0.0


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