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