cukefeatureprocessor
Accessing Feature File Data stored in excel, json and text files
Refer to this for more details - https://grasshopper.tech/418/
License |
License |
---|---|
GroupId | GroupIdtech.grasshopper |
ArtifactId | ArtifactIdcukefeatureprocessor |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCucumber-JVM feature file data processor
Accessing Feature File Data stored in excel, json and text formats
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cukefeatureprocessor-1.1.2.pom | |
cukefeatureprocessor-1.1.2.jar | 22 KB |
cukefeatureprocessor-1.1.2-sources.jar | 10 KB |
cukefeatureprocessor-1.1.2-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.grasshopper/cukefeatureprocessor/ -->
<dependency>
<groupId>tech.grasshopper</groupId>
<artifactId>cukefeatureprocessor</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.grasshopper/cukefeatureprocessor/
implementation 'tech.grasshopper:cukefeatureprocessor:1.1.2'
// https://jarcasting.com/artifacts/tech.grasshopper/cukefeatureprocessor/
implementation ("tech.grasshopper:cukefeatureprocessor:1.1.2")
'tech.grasshopper:cukefeatureprocessor:jar:1.1.2'
<dependency org="tech.grasshopper" name="cukefeatureprocessor" rev="1.1.2">
<artifact name="cukefeatureprocessor" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.grasshopper', module='cukefeatureprocessor', version='1.1.2')
)
libraryDependencies += "tech.grasshopper" % "cukefeatureprocessor" % "1.1.2"
[tech.grasshopper/cukefeatureprocessor "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 4.0.1 |
org.apache.poi : poi-ooxml | jar | 4.0.1 |
com.google.code.gson : gson | jar | 2.8.5 |
Accessing Feature File Data stored in excel, json and text files
Refer to this for more details - https://grasshopper.tech/418/