| GroupId | GroupIdio.github.bhowell2 |
|---|---|
| ArtifactId | ArtifactIdasync-test-helper |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| async-test-helper-1.1.0.pom | |
| async-test-helper-1.1.0.jar | 4 KB |
| async-test-helper-1.1.0-sources.jar | 4 KB |
| async-test-helper-1.1.0-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.bhowell2/async-test-helper/ -->
<dependency>
<groupId>io.github.bhowell2</groupId>
<artifactId>async-test-helper</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bhowell2/async-test-helper/
implementation 'io.github.bhowell2:async-test-helper:1.1.0'
// https://jarcasting.com/artifacts/io.github.bhowell2/async-test-helper/
implementation ("io.github.bhowell2:async-test-helper:1.1.0")
'io.github.bhowell2:async-test-helper:jar:1.1.0'
<dependency org="io.github.bhowell2" name="async-test-helper" rev="1.1.0">
<artifact name="async-test-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bhowell2', module='async-test-helper', version='1.1.0')
)
libraryDependencies += "io.github.bhowell2" % "async-test-helper" % "1.1.0"
[io.github.bhowell2/async-test-helper "1.1.0"]