<dependency> <groupId>io.cucumber</groupId> <artifactId>gherkin</artifactId> <version>24.0.0</version> </dependency>
implementation 'io.cucumber:gherkin:24.0.0'
implementation("io.cucumber:gherkin:24.0.0")
libraryDependencies += "io.cucumber" % "gherkin" % "24.0.0"
@Grapes( @Grab(group='io.cucumber', module='gherkin', version='24.0.0') )
<dependency org="io.cucumber" name="gherkin" rev="24.0.0" />
[io.cucumber/gherkin "24.0.0"]
'io.cucumber:gherkin:jar:24.0.0'
<parent> <groupId>io.cucumber</groupId> <artifactId>cucumber-parent</artifactId> <version>3.0.0</version> </parent>
compile
|-- io.cucumber:messages
test
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.datatype:jackson-datatype-jdk8
|-- com.fasterxml.jackson.module:jackson-module-parameter-names
|-- junit:junit:4.13.2