is not current version
Last Version 1.2.1-beta

com.github.billyjulius:testlink-helper 1.0.1-3

This is a simple library for integrating automate testing tools with test case management Testlink. It also provide a method for running once from creating project plan until reporting test case execution.

GroupId

GroupId

com.github.billyjulius
ArtifactId

ArtifactId

testlink-helper
Version

Version

1.0.1-3
Type

Type

jar

Download testlink-helper 1.0.1-3


<!-- https://jarcasting.com/artifacts/com.github.billyjulius/testlink-helper/ -->
<dependency>
    <groupId>com.github.billyjulius</groupId>
    <artifactId>testlink-helper</artifactId>
    <version>1.0.1-3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.billyjulius/testlink-helper/
implementation 'com.github.billyjulius:testlink-helper:1.0.1-3'
// https://jarcasting.com/artifacts/com.github.billyjulius/testlink-helper/
implementation ("com.github.billyjulius:testlink-helper:1.0.1-3")
'com.github.billyjulius:testlink-helper:jar:1.0.1-3'
<dependency org="com.github.billyjulius" name="testlink-helper" rev="1.0.1-3">
  <artifact name="testlink-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.billyjulius', module='testlink-helper', version='1.0.1-3')
)
libraryDependencies += "com.github.billyjulius" % "testlink-helper" % "1.0.1-3"
[com.github.billyjulius/testlink-helper "1.0.1-3"]