GroupId | GroupIdlv.ctco.cukes |
---|---|
ArtifactId | ArtifactIdcukes-http |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
cukes-http-0.0.9.pom | |
cukes-http-0.0.9.jar | 26 KB |
cukes-http-0.0.9-sources.jar | 9 KB |
cukes-http-0.0.9-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-http/ -->
<dependency>
<groupId>lv.ctco.cukes</groupId>
<artifactId>cukes-http</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-http/
implementation 'lv.ctco.cukes:cukes-http:0.0.9'
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-http/
implementation ("lv.ctco.cukes:cukes-http:0.0.9")
'lv.ctco.cukes:cukes-http:jar:0.0.9'
<dependency org="lv.ctco.cukes" name="cukes-http" rev="0.0.9">
<artifact name="cukes-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='lv.ctco.cukes', module='cukes-http', version='0.0.9')
)
libraryDependencies += "lv.ctco.cukes" % "cukes-http" % "0.0.9"
[lv.ctco.cukes/cukes-http "0.0.9"]