Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.ppadial |
ArtifactId | ArtifactIdtestrail-api-client |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ppadial/testrail-api-client/ -->
<dependency>
<groupId>com.github.ppadial</groupId>
<artifactId>testrail-api-client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ppadial/testrail-api-client/
implementation 'com.github.ppadial:testrail-api-client:0.1.0'
// https://jarcasting.com/artifacts/com.github.ppadial/testrail-api-client/
implementation ("com.github.ppadial:testrail-api-client:0.1.0")
'com.github.ppadial:testrail-api-client:jar:0.1.0'
<dependency org="com.github.ppadial" name="testrail-api-client" rev="0.1.0">
<artifact name="testrail-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ppadial', module='testrail-api-client', version='0.1.0')
)
libraryDependencies += "com.github.ppadial" % "testrail-api-client" % "0.1.0"
[com.github.ppadial/testrail-api-client "0.1.0"]