GroupId | GroupIdorg.touchbit.buggy |
---|---|
ArtifactId | ArtifactIdbuggy-testrail |
Version | Version0.3.7-alpha |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.touchbit.buggy/buggy-testrail/ -->
<dependency>
<groupId>org.touchbit.buggy</groupId>
<artifactId>buggy-testrail</artifactId>
<version>0.3.7-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/org.touchbit.buggy/buggy-testrail/
implementation 'org.touchbit.buggy:buggy-testrail:0.3.7-alpha'
// https://jarcasting.com/artifacts/org.touchbit.buggy/buggy-testrail/
implementation ("org.touchbit.buggy:buggy-testrail:0.3.7-alpha")
'org.touchbit.buggy:buggy-testrail:jar:0.3.7-alpha'
<dependency org="org.touchbit.buggy" name="buggy-testrail" rev="0.3.7-alpha">
<artifact name="buggy-testrail" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.touchbit.buggy', module='buggy-testrail', version='0.3.7-alpha')
)
libraryDependencies += "org.touchbit.buggy" % "buggy-testrail" % "0.3.7-alpha"
[org.touchbit.buggy/buggy-testrail "0.3.7-alpha"]