GroupId | GroupIdlv.ctco.cukes |
---|---|
ArtifactId | ArtifactIdcukes-oauth-sample |
Version | Version0.0.33 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-oauth-sample/ -->
<dependency>
<groupId>lv.ctco.cukes</groupId>
<artifactId>cukes-oauth-sample</artifactId>
<version>0.0.33</version>
</dependency>
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-oauth-sample/
implementation 'lv.ctco.cukes:cukes-oauth-sample:0.0.33'
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-oauth-sample/
implementation ("lv.ctco.cukes:cukes-oauth-sample:0.0.33")
'lv.ctco.cukes:cukes-oauth-sample:jar:0.0.33'
<dependency org="lv.ctco.cukes" name="cukes-oauth-sample" rev="0.0.33">
<artifact name="cukes-oauth-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='lv.ctco.cukes', module='cukes-oauth-sample', version='0.0.33')
)
libraryDependencies += "lv.ctco.cukes" % "cukes-oauth-sample" % "0.0.33"
[lv.ctco.cukes/cukes-oauth-sample "0.0.33"]