License |
License |
---|---|
GroupId | GroupIdio.virtualan |
ArtifactId | ArtifactIdcucumblan-api |
Version | Version1.2.2 |
Type | Typejar |
Description |
Descriptioncucumblan-api
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cucumblan-api-1.2.2.pom | |
cucumblan-api-1.2.2.jar | 41 KB |
cucumblan-api-1.2.2-sources.jar | 24 KB |
cucumblan-api-1.2.2-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.virtualan/cucumblan-api/ -->
<dependency>
<groupId>io.virtualan</groupId>
<artifactId>cucumblan-api</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.virtualan/cucumblan-api/
implementation 'io.virtualan:cucumblan-api:1.2.2'
// https://jarcasting.com/artifacts/io.virtualan/cucumblan-api/
implementation ("io.virtualan:cucumblan-api:1.2.2")
'io.virtualan:cucumblan-api:jar:1.2.2'
<dependency org="io.virtualan" name="cucumblan-api" rev="1.2.2">
<artifact name="cucumblan-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.virtualan', module='cucumblan-api', version='1.2.2')
)
libraryDependencies += "io.virtualan" % "cucumblan-api" % "1.2.2"
[io.virtualan/cucumblan-api "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
io.cucumber : cucumber-java | jar | 6.10.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
io.cucumber : cucumber-junit | jar | 6.10.1 |
com.jayway.jsonpath : json-path | jar | 2.5.0 |
io.swagger : swagger-parser | jar | 1.0.54 |
org.json : json | jar | 20190722 |
io.swagger.parser.v3 : swagger-parser-v3 | jar | 2.0.25 |
io.rest-assured : rest-assured | jar | 4.4.0 |
org.apache.poi : poi | jar | 4.1.2 |
org.apache.poi : poi-ooxml | jar | 4.1.2 |
io.virtualan : mapson | jar | 1.1.4 |
xmlunit : xmlunit | jar | 1.6 |
org.reflections : reflections | jar | 0.9.12 |