is not current version
Last Version 1.5.1

io.virtualan:cucumblan-api 1.1.13

Cucumblan is a test automation framework that supports Behavior Driven Development (BDD), allowing users to create feature using predefined step definition with low code. I t 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-api
Version

Version

1.1.13
Type

Type

jar

Download cucumblan-api 1.1.13


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