is not current version
Last Version 1.0.10

lv.ctco.cukes:cukes 0.0.15

Cukes takes simplicity of Cucumber and provides bindings for HTTP specification. As a sugar on top, cukes adds steps for storing and using request/response content from a file system, variable support in .features, context inflation in all steps and resources and a custom plug-in system to allow users to add additional project specific content.

GroupId

GroupId

lv.ctco.cukes
ArtifactId

ArtifactId

cukes
Version

Version

0.0.15
Type

Type

pom

Download cukes 0.0.15

Filename Size
cukes-0.0.15.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/lv.ctco.cukes/cukes/ -->
<dependency>
    <groupId>lv.ctco.cukes</groupId>
    <artifactId>cukes</artifactId>
    <version>0.0.15</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes/
implementation 'lv.ctco.cukes:cukes:0.0.15'
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes/
implementation ("lv.ctco.cukes:cukes:0.0.15")
'lv.ctco.cukes:cukes:pom:0.0.15'
<dependency org="lv.ctco.cukes" name="cukes" rev="0.0.15">
  <artifact name="cukes" type="pom" />
</dependency>
@Grapes(
@Grab(group='lv.ctco.cukes', module='cukes', version='0.0.15')
)
libraryDependencies += "lv.ctco.cukes" % "cukes" % "0.0.15"
[lv.ctco.cukes/cukes "0.0.15"]