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