License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.codebox |
ArtifactId | ArtifactIdasynctest |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionAsyncTest
This simple Java library helps you write better tests for asynchronous systems
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
asynctest-1.0.1.pom | |
asynctest-1.0.1.jar | 5 KB |
asynctest-1.0.1-sources.jar | 3 KB |
asynctest-1.0.1-javadoc.jar | 24 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |