License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.codepine.api |
ArtifactId | ArtifactIdtestrail-api-java-client |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTestRail API Java Client
Java client for TestRail API
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.codepine.api/testrail-api-java-client/ -->
<dependency>
<groupId>com.codepine.api</groupId>
<artifactId>testrail-api-java-client</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.codepine.api/testrail-api-java-client/
implementation 'com.codepine.api:testrail-api-java-client:2.0.2'
// https://jarcasting.com/artifacts/com.codepine.api/testrail-api-java-client/
implementation ("com.codepine.api:testrail-api-java-client:2.0.2")
'com.codepine.api:testrail-api-java-client:jar:2.0.2'
<dependency org="com.codepine.api" name="testrail-api-java-client" rev="2.0.2">
<artifact name="testrail-api-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codepine.api', module='testrail-api-java-client', version='2.0.2')
)
libraryDependencies += "com.codepine.api" % "testrail-api-java-client" % "2.0.2"
[com.codepine.api/testrail-api-java-client "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.3.1 |
com.google.guava : guava | jar | 21.0 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.5 |