Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.ppadial |
ArtifactId | ArtifactIdtestrail-api-client |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
testrail-api-client-0.3.0.pom | |
testrail-api-client-0.3.0.jar | 128 KB |
testrail-api-client-0.3.0-tests.jar | 23 KB |
testrail-api-client-0.3.0-sources.jar | 111 KB |
testrail-api-client-0.3.0-javadoc.jar | 485 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ppadial/testrail-api-client/ -->
<dependency>
<groupId>com.github.ppadial</groupId>
<artifactId>testrail-api-client</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ppadial/testrail-api-client/
implementation 'com.github.ppadial:testrail-api-client:0.3.0'
// https://jarcasting.com/artifacts/com.github.ppadial/testrail-api-client/
implementation ("com.github.ppadial:testrail-api-client:0.3.0")
'com.github.ppadial:testrail-api-client:jar:0.3.0'
<dependency org="com.github.ppadial" name="testrail-api-client" rev="0.3.0">
<artifact name="testrail-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ppadial', module='testrail-api-client', version='0.3.0')
)
libraryDependencies += "com.github.ppadial" % "testrail-api-client" % "0.3.0"
[com.github.ppadial/testrail-api-client "0.3.0"]