Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.thoughtworks.gauge.maven |
ArtifactId | ArtifactIdgauge-mvn-archetypes |
Version | Version1.5.7 |
Type | Typepom |
Filename | Size |
---|---|
gauge-mvn-archetypes-1.5.7.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.gauge.maven/gauge-mvn-archetypes/ -->
<dependency>
<groupId>com.thoughtworks.gauge.maven</groupId>
<artifactId>gauge-mvn-archetypes</artifactId>
<version>1.5.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.gauge.maven/gauge-mvn-archetypes/
implementation 'com.thoughtworks.gauge.maven:gauge-mvn-archetypes:1.5.7'
// https://jarcasting.com/artifacts/com.thoughtworks.gauge.maven/gauge-mvn-archetypes/
implementation ("com.thoughtworks.gauge.maven:gauge-mvn-archetypes:1.5.7")
'com.thoughtworks.gauge.maven:gauge-mvn-archetypes:pom:1.5.7'
<dependency org="com.thoughtworks.gauge.maven" name="gauge-mvn-archetypes" rev="1.5.7">
<artifact name="gauge-mvn-archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.gauge.maven', module='gauge-mvn-archetypes', version='1.5.7')
)
libraryDependencies += "com.thoughtworks.gauge.maven" % "gauge-mvn-archetypes" % "1.5.7"
[com.thoughtworks.gauge.maven/gauge-mvn-archetypes "1.5.7"]