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.7.jar download
cucumber-datatable-to-bean-mapping-1.0.7.pom download
cucumber-datatable-to-bean-mapping-1.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.deblockt</groupId>
  <artifactId>cucumber-datatable-to-bean-mapping</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.deblockt:cucumber-datatable-to-bean-mapping:1.0.7'
Gradle Kotlin
implementation("io.github.deblockt:cucumber-datatable-to-bean-mapping:1.0.7")
Scala SBT
libraryDependencies += "io.github.deblockt" % "cucumber-datatable-to-bean-mapping" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.deblockt', module='cucumber-datatable-to-bean-mapping', version='1.0.7')
)
Apache Ivy
<dependency org="io.github.deblockt" name="cucumber-datatable-to-bean-mapping" rev="1.0.7" />
Leiningen
[io.github.deblockt/cucumber-datatable-to-bean-mapping "1.0.7"]
Apache Buildr
'io.github.deblockt:cucumber-datatable-to-bean-mapping:jar:1.0.7'
Dependencies
The project has no third-party dependencies