is not current version
Last Version 1.4.1

io.virtualan:cucumblan-db 1.0.2

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.

GroupId

GroupId

io.virtualan
ArtifactId

ArtifactId

cucumblan-db
Version

Version

1.0.2
Type

Type

jar

Download cucumblan-db 1.0.2


<!-- https://jarcasting.com/artifacts/io.virtualan/cucumblan-db/ -->
<dependency>
    <groupId>io.virtualan</groupId>
    <artifactId>cucumblan-db</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.virtualan/cucumblan-db/
implementation 'io.virtualan:cucumblan-db:1.0.2'
// https://jarcasting.com/artifacts/io.virtualan/cucumblan-db/
implementation ("io.virtualan:cucumblan-db:1.0.2")
'io.virtualan:cucumblan-db:jar:1.0.2'
<dependency org="io.virtualan" name="cucumblan-db" rev="1.0.2">
  <artifact name="cucumblan-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.virtualan', module='cucumblan-db', version='1.0.2')
)
libraryDependencies += "io.virtualan" % "cucumblan-db" % "1.0.2"
[io.virtualan/cucumblan-db "1.0.2"]