License |
License |
---|---|
GroupId | GroupIdlv.ctco.cukes |
ArtifactId | ArtifactIdcukes-sql |
Version | Version1.0.9 |
Type | Typejar |
Description |
DescriptionCukes SQL
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-sql-1.0.9.pom | |
cukes-sql-1.0.9.jar | 11 KB |
cukes-sql-1.0.9-sources.jar | 6 KB |
cukes-sql-1.0.9-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-sql/ -->
<dependency>
<groupId>lv.ctco.cukes</groupId>
<artifactId>cukes-sql</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-sql/
implementation 'lv.ctco.cukes:cukes-sql:1.0.9'
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-sql/
implementation ("lv.ctco.cukes:cukes-sql:1.0.9")
'lv.ctco.cukes:cukes-sql:jar:1.0.9'
<dependency org="lv.ctco.cukes" name="cukes-sql" rev="1.0.9">
<artifact name="cukes-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='lv.ctco.cukes', module='cukes-sql', version='1.0.9')
)
libraryDependencies += "lv.ctco.cukes" % "cukes-sql" % "1.0.9"
[lv.ctco.cukes/cukes-sql "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.10 |
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.0.Final |
org.projectlombok : lombok | jar | 1.18.12 |
junit : junit | jar | 4.13 |
org.assertj : assertj-core | jar | 3.16.1 |
lv.ctco.cukes : cukes-core | jar | 1.0.9 |
com.h2database : h2 | jar | 1.4.196 |
ch.qos.logback : logback-classic | jar | 1.2.3 |