Categories |
CategoriesCucumber Application Testing & Monitoring Data |
---|---|
GroupId | GroupIdio.cucumber |
ArtifactId | ArtifactIddatatable-parent |
Version | Version1.1.12 |
Type | Typepom |
Filename | Size |
---|---|
datatable-parent-1.1.12.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cucumber/datatable-parent/ -->
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>datatable-parent</artifactId>
<version>1.1.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/datatable-parent/
implementation 'io.cucumber:datatable-parent:1.1.12'
// https://jarcasting.com/artifacts/io.cucumber/datatable-parent/
implementation ("io.cucumber:datatable-parent:1.1.12")
'io.cucumber:datatable-parent:pom:1.1.12'
<dependency org="io.cucumber" name="datatable-parent" rev="1.1.12">
<artifact name="datatable-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='datatable-parent', version='1.1.12')
)
libraryDependencies += "io.cucumber" % "datatable-parent" % "1.1.12"
[io.cucumber/datatable-parent "1.1.12"]