Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.thoughtworks.gauge |
ArtifactId | ArtifactIdgauge-api-client |
Version | Version1.0.15 |
Type | Typejar |
Filename | Size |
---|---|
gauge-api-client-1.0.15.pom | |
gauge-api-client-1.0.15.jar | 1 MB |
gauge-api-client-1.0.15-tests.jar | 261 bytes |
gauge-api-client-1.0.15-sources.jar | 261 bytes |
gauge-api-client-1.0.15-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.gauge/gauge-api-client/ -->
<dependency>
<groupId>com.thoughtworks.gauge</groupId>
<artifactId>gauge-api-client</artifactId>
<version>1.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.gauge/gauge-api-client/
implementation 'com.thoughtworks.gauge:gauge-api-client:1.0.15'
// https://jarcasting.com/artifacts/com.thoughtworks.gauge/gauge-api-client/
implementation ("com.thoughtworks.gauge:gauge-api-client:1.0.15")
'com.thoughtworks.gauge:gauge-api-client:jar:1.0.15'
<dependency org="com.thoughtworks.gauge" name="gauge-api-client" rev="1.0.15">
<artifact name="gauge-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.gauge', module='gauge-api-client', version='1.0.15')
)
libraryDependencies += "com.thoughtworks.gauge" % "gauge-api-client" % "1.0.15"
[com.thoughtworks.gauge/gauge-api-client "1.0.15"]