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