GroupId | GroupIdio.wcm.qa |
---|---|
ArtifactId | ArtifactIdio.wcm.qa.galenium.selectors |
Version | Version0.1.22 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.wcm.qa/io.wcm.qa.galenium.selectors/ -->
<dependency>
<groupId>io.wcm.qa</groupId>
<artifactId>io.wcm.qa.galenium.selectors</artifactId>
<version>0.1.22</version>
</dependency>
// https://jarcasting.com/artifacts/io.wcm.qa/io.wcm.qa.galenium.selectors/
implementation 'io.wcm.qa:io.wcm.qa.galenium.selectors:0.1.22'
// https://jarcasting.com/artifacts/io.wcm.qa/io.wcm.qa.galenium.selectors/
implementation ("io.wcm.qa:io.wcm.qa.galenium.selectors:0.1.22")
'io.wcm.qa:io.wcm.qa.galenium.selectors:jar:0.1.22'
<dependency org="io.wcm.qa" name="io.wcm.qa.galenium.selectors" rev="0.1.22">
<artifact name="io.wcm.qa.galenium.selectors" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.wcm.qa', module='io.wcm.qa.galenium.selectors', version='0.1.22')
)
libraryDependencies += "io.wcm.qa" % "io.wcm.qa.galenium.selectors" % "0.1.22"
[io.wcm.qa/io.wcm.qa.galenium.selectors "0.1.22"]