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