GroupId | GroupIdcom.github.billyjulius |
---|---|
ArtifactId | ArtifactIdtestlink-helper |
Version | Version1.2.0-beta.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.billyjulius/testlink-helper/ -->
<dependency>
<groupId>com.github.billyjulius</groupId>
<artifactId>testlink-helper</artifactId>
<version>1.2.0-beta.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.billyjulius/testlink-helper/
implementation 'com.github.billyjulius:testlink-helper:1.2.0-beta.2'
// https://jarcasting.com/artifacts/com.github.billyjulius/testlink-helper/
implementation ("com.github.billyjulius:testlink-helper:1.2.0-beta.2")
'com.github.billyjulius:testlink-helper:jar:1.2.0-beta.2'
<dependency org="com.github.billyjulius" name="testlink-helper" rev="1.2.0-beta.2">
<artifact name="testlink-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.billyjulius', module='testlink-helper', version='1.2.0-beta.2')
)
libraryDependencies += "com.github.billyjulius" % "testlink-helper" % "1.2.0-beta.2"
[com.github.billyjulius/testlink-helper "1.2.0-beta.2"]