GroupId | GroupIdcom.github.billyjulius |
---|---|
ArtifactId | ArtifactIdtestlink-helper |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
testlink-helper-1.1.0.pom | |
testlink-helper-1.1.0.jar | 9 KB |
testlink-helper-1.1.0-sources.jar | 7 KB |
testlink-helper-1.1.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.billyjulius/testlink-helper/ -->
<dependency>
<groupId>com.github.billyjulius</groupId>
<artifactId>testlink-helper</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.billyjulius/testlink-helper/
implementation 'com.github.billyjulius:testlink-helper:1.1.0'
// https://jarcasting.com/artifacts/com.github.billyjulius/testlink-helper/
implementation ("com.github.billyjulius:testlink-helper:1.1.0")
'com.github.billyjulius:testlink-helper:jar:1.1.0'
<dependency org="com.github.billyjulius" name="testlink-helper" rev="1.1.0">
<artifact name="testlink-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.billyjulius', module='testlink-helper', version='1.1.0')
)
libraryDependencies += "com.github.billyjulius" % "testlink-helper" % "1.1.0"
[com.github.billyjulius/testlink-helper "1.1.0"]