License |
License |
---|---|
GroupId | GroupIdlv.ctco.cukes |
ArtifactId | ArtifactIdcukes-core |
Last Version | Last Version1.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCukes Core
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.
|
Filename | Size |
---|---|
cukes-core-1.0.10.pom | |
cukes-core-1.0.10.jar | 63 KB |
cukes-core-1.0.10-sources.jar | 29 KB |
cukes-core-1.0.10-javadoc.jar | 294 KB |
Browse |
<!-- https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-core/ -->
<dependency>
<groupId>lv.ctco.cukes</groupId>
<artifactId>cukes-core</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-core/
implementation 'lv.ctco.cukes:cukes-core:1.0.10'
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-core/
implementation ("lv.ctco.cukes:cukes-core:1.0.10")
'lv.ctco.cukes:cukes-core:jar:1.0.10'
<dependency org="lv.ctco.cukes" name="cukes-core" rev="1.0.10">
<artifact name="cukes-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='lv.ctco.cukes', module='cukes-core', version='1.0.10')
)
libraryDependencies += "lv.ctco.cukes" % "cukes-core" % "1.0.10"
[lv.ctco.cukes/cukes-core "1.0.10"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
junit : junit | jar | 4.13.1 |
com.google.guava : guava | jar | 29.0-jre |
org.mockito : mockito-core | jar | 3.3.3 |
org.reflections : reflections | jar | 0.9.12 |
org.rythmengine : rythm-engine | jar | 1.3.0 |
com.google.inject : guice | jar | 4.2.3 |
com.google.inject.extensions : guice-multibindings | jar | 4.2.3 |
io.rest-assured : json-path | jar | 4.2.0 |
io.rest-assured : xml-path | jar | 4.2.0 |
org.codehaus.groovy : groovy-dateutil | jar | 2.5.8 |
org.hamcrest : hamcrest | jar | 2.1 |
io.cucumber : cucumber-junit | jar | 6.2.2 |
io.cucumber : cucumber-java | jar | 6.2.2 |
io.cucumber : cucumber-guice | jar | 6.2.2 |