is not current version
Last Version 4.1.0

io.cucumber:datatable-parent 1.0.1

Parent POM for data tables

Categories

Categories

Cucumber Application Testing & Monitoring Data
GroupId

GroupId

io.cucumber
ArtifactId

ArtifactId

datatable-parent
Version

Version

1.0.1
Type

Type

pom

Download datatable-parent 1.0.1

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

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