Last Version

AsyncTest 1.0.1

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

License

License

Categories

Categories

Net
GroupId

GroupId

net.codebox
ArtifactId

ArtifactId

asynctest
Version

Version

1.0.1
Type

Type

jar
Description

Description

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

Project URL

https://github.com/codebox/asynctest
Source Code Management

Source Code Management

https://github.com/codebox/asynctest

Download asynctest 1.0.1


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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.11

test (1)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.