<dependency> <groupId>info.cukes</groupId> <artifactId>gherkin</artifactId> <version>2.6.7</version> </dependency>
implementation 'info.cukes:gherkin:2.6.7'
implementation("info.cukes:gherkin:2.6.7")
libraryDependencies += "info.cukes" % "gherkin" % "2.6.7"
@Grapes( @Grab(group='info.cukes', module='gherkin', version='2.6.7') )
<dependency org="info.cukes" name="gherkin" rev="2.6.7" />
[info.cukes/gherkin "2.6.7"]
'info.cukes:gherkin:jar:2.6.7'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>6</version> </parent>
compile
|-- com.googlecode.json-simple:json-simple:1.1
|-- net.iharder:base64:2.3.8
test
|-- junit:junit:4.10
|-- org.mockito:mockito-all:1.9.0-rc1