c

cucumber-datatable-to-bean-mapping

A library to perform automatic mapping between cucumber datatable and Java bean.
https://github.com/deblockt/cucumber-datatable-to-bean-mapping
The Apache License, Version 2.0
Thomas Deblock
Files download
File Operation
cucumber-datatable-to-bean-mapping-1.0.8.jar download
cucumber-datatable-to-bean-mapping-1.0.8.pom download
cucumber-datatable-to-bean-mapping-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.deblockt</groupId>
  <artifactId>cucumber-datatable-to-bean-mapping</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'io.github.deblockt:cucumber-datatable-to-bean-mapping:1.0.8'
Gradle Kotlin
implementation("io.github.deblockt:cucumber-datatable-to-bean-mapping:1.0.8")
Scala SBT
libraryDependencies += "io.github.deblockt" % "cucumber-datatable-to-bean-mapping" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.deblockt', module='cucumber-datatable-to-bean-mapping', version='1.0.8')
)
Apache Ivy
<dependency org="io.github.deblockt" name="cucumber-datatable-to-bean-mapping" rev="1.0.8" />
Leiningen
[io.github.deblockt/cucumber-datatable-to-bean-mapping "1.0.8"]
Apache Buildr
'io.github.deblockt:cucumber-datatable-to-bean-mapping:jar:1.0.8'
Dependencies
The project has no third-party dependencies