| Группа | Группаio.github.bhowell2 |
|---|---|
| Идентификатор | Идентификаторasync-test-helper |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| async-test-helper-1.0.0.pom | |
| async-test-helper-1.0.0.jar | 3 KB |
| async-test-helper-1.0.0-sources.jar | 3 KB |
| async-test-helper-1.0.0-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.bhowell2/async-test-helper/ -->
<dependency>
<groupId>io.github.bhowell2</groupId>
<artifactId>async-test-helper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bhowell2/async-test-helper/
implementation 'io.github.bhowell2:async-test-helper:1.0.0'
// https://jarcasting.com/artifacts/io.github.bhowell2/async-test-helper/
implementation ("io.github.bhowell2:async-test-helper:1.0.0")
'io.github.bhowell2:async-test-helper:jar:1.0.0'
<dependency org="io.github.bhowell2" name="async-test-helper" rev="1.0.0">
<artifact name="async-test-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bhowell2', module='async-test-helper', version='1.0.0')
)
libraryDependencies += "io.github.bhowell2" % "async-test-helper" % "1.0.0"
[io.github.bhowell2/async-test-helper "1.0.0"]