License |
License |
---|---|
GroupId | GroupIdio.virtualan |
ArtifactId | ArtifactIdcucumblan-db |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncucumblan-db
Cucumblan-db is a database test automation framework that supports Behavior Driven Development (BDD),
allowing users to create feature using predefined step definition with low code.
It works based on the Gherkin Domain Specific Language (DSL). This simple but powerful api
framework while keeping it comprehensible to even non-technical(product owner, business analyst and domain
experts) users.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cucumblan-db-1.4.1.pom | |
cucumblan-db-1.4.1.jar | 18 KB |
cucumblan-db-1.4.1-sources.jar | 13 KB |
cucumblan-db-1.4.1-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.virtualan/cucumblan-db/ -->
<dependency>
<groupId>io.virtualan</groupId>
<artifactId>cucumblan-db</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.virtualan/cucumblan-db/
implementation 'io.virtualan:cucumblan-db:1.4.1'
// https://jarcasting.com/artifacts/io.virtualan/cucumblan-db/
implementation ("io.virtualan:cucumblan-db:1.4.1")
'io.virtualan:cucumblan-db:jar:1.4.1'
<dependency org="io.virtualan" name="cucumblan-db" rev="1.4.1">
<artifact name="cucumblan-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.virtualan', module='cucumblan-db', version='1.4.1')
)
libraryDependencies += "io.virtualan" % "cucumblan-db" % "1.4.1"
[io.virtualan/cucumblan-db "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 5.3.18 |
org.apache.commons : commons-dbcp2 | jar | 2.9.0 |
io.virtualan : cucumblan-utils | jar | 1.1.8 |
Group / Artifact | Type | Version |
---|---|---|
org.hsqldb : hsqldb | jar | 2.5.1 |