Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.thoughtworks.gauge.maven |
ArtifactId | ArtifactIdgauge-archetype-selenium |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.gauge.maven/gauge-archetype-selenium/ -->
<dependency>
<groupId>com.thoughtworks.gauge.maven</groupId>
<artifactId>gauge-archetype-selenium</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.gauge.maven/gauge-archetype-selenium/
implementation 'com.thoughtworks.gauge.maven:gauge-archetype-selenium:1.0.2'
// https://jarcasting.com/artifacts/com.thoughtworks.gauge.maven/gauge-archetype-selenium/
implementation ("com.thoughtworks.gauge.maven:gauge-archetype-selenium:1.0.2")
'com.thoughtworks.gauge.maven:gauge-archetype-selenium:jar:1.0.2'
<dependency org="com.thoughtworks.gauge.maven" name="gauge-archetype-selenium" rev="1.0.2">
<artifact name="gauge-archetype-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.gauge.maven', module='gauge-archetype-selenium', version='1.0.2')
)
libraryDependencies += "com.thoughtworks.gauge.maven" % "gauge-archetype-selenium" % "1.0.2"
[com.thoughtworks.gauge.maven/gauge-archetype-selenium "1.0.2"]