is not current version
Last Version 0.0.2

lv.ctco.cukes:cukes-parent 0.0.1

cukes-rest takes simplicity of Cucumber and provides bindings for HTTP specification. As a sugar on top, cukes-rest 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-parent
Version

Version

0.0.1
Type

Type

pom

Download cukes-parent 0.0.1

Filename Size
cukes-parent-0.0.1.pom 10 KB
Browse

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