is not current version
Last Version 1.4.1

io.virtualan:cucumblan-message 1.2.10

Cucumblan-message is a cucumber and selenium based test automation framework that supports Behavior Driven Development (BDD), allowing users to create feature using predefined step definition with low code for messaging. 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-message
Version

Version

1.2.10
Type

Type

jar

Download cucumblan-message 1.2.10


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