is not current version
Last Version 4.1.0

io.cucumber:datatable-parent 1.0.2

Parent POM for data tables

Categories

Categories

Cucumber Application Testing & Monitoring Data
GroupId

GroupId

io.cucumber
ArtifactId

ArtifactId

datatable-parent
Version

Version

1.0.2
Type

Type

pom

Download datatable-parent 1.0.2

Filename Size
datatable-parent-1.0.2.pom 16 KB
Browse

<!-- https://jarcasting.com/artifacts/io.cucumber/datatable-parent/ -->
<dependency>
    <groupId>io.cucumber</groupId>
    <artifactId>datatable-parent</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/datatable-parent/
implementation 'io.cucumber:datatable-parent:1.0.2'
// https://jarcasting.com/artifacts/io.cucumber/datatable-parent/
implementation ("io.cucumber:datatable-parent:1.0.2")
'io.cucumber:datatable-parent:pom:1.0.2'
<dependency org="io.cucumber" name="datatable-parent" rev="1.0.2">
  <artifact name="datatable-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='datatable-parent', version='1.0.2')
)
libraryDependencies += "io.cucumber" % "datatable-parent" % "1.0.2"
[io.cucumber/datatable-parent "1.0.2"]