GroupId | GroupIdlv.ctco.cukes |
---|---|
ArtifactId | ArtifactIdcukes-environment-variables-plugin |
Version | Version1.0.1 |
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>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-environment-variables-plugin/
implementation 'lv.ctco.cukes:cukes-environment-variables-plugin:1.0.1'
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-environment-variables-plugin/
implementation ("lv.ctco.cukes:cukes-environment-variables-plugin:1.0.1")
'lv.ctco.cukes:cukes-environment-variables-plugin:jar:1.0.1'
<dependency org="lv.ctco.cukes" name="cukes-environment-variables-plugin" rev="1.0.1">
<artifact name="cukes-environment-variables-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='lv.ctco.cukes', module='cukes-environment-variables-plugin', version='1.0.1')
)
libraryDependencies += "lv.ctco.cukes" % "cukes-environment-variables-plugin" % "1.0.1"
[lv.ctco.cukes/cukes-environment-variables-plugin "1.0.1"]