is not current version
Last Version 1.7.3

com.thoughtworks.gauge.gradle:gauge-gradle-plugin 1.4.4

'Gradle plugin for Gauge, the open source test automation tool developed by ThoughtWorks.'

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.thoughtworks.gauge.gradle
ArtifactId

ArtifactId

gauge-gradle-plugin
Version

Version

1.4.4
Type

Type

jar

Download gauge-gradle-plugin 1.4.4


<!-- https://jarcasting.com/artifacts/com.thoughtworks.gauge.gradle/gauge-gradle-plugin/ -->
<dependency>
    <groupId>com.thoughtworks.gauge.gradle</groupId>
    <artifactId>gauge-gradle-plugin</artifactId>
    <version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.gauge.gradle/gauge-gradle-plugin/
implementation 'com.thoughtworks.gauge.gradle:gauge-gradle-plugin:1.4.4'
// https://jarcasting.com/artifacts/com.thoughtworks.gauge.gradle/gauge-gradle-plugin/
implementation ("com.thoughtworks.gauge.gradle:gauge-gradle-plugin:1.4.4")
'com.thoughtworks.gauge.gradle:gauge-gradle-plugin:jar:1.4.4'
<dependency org="com.thoughtworks.gauge.gradle" name="gauge-gradle-plugin" rev="1.4.4">
  <artifact name="gauge-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.gauge.gradle', module='gauge-gradle-plugin', version='1.4.4')
)
libraryDependencies += "com.thoughtworks.gauge.gradle" % "gauge-gradle-plugin" % "1.4.4"
[com.thoughtworks.gauge.gradle/gauge-gradle-plugin "1.4.4"]