<dependency> <groupId>org.gebish</groupId> <artifactId>geb-core</artifactId> <version>4.0-rc-1</version> </dependency>
implementation 'org.gebish:geb-core:4.0-rc-1'
implementation("org.gebish:geb-core:4.0-rc-1")
libraryDependencies += "org.gebish" % "geb-core" % "4.0-rc-1"
@Grapes( @Grab(group='org.gebish', module='geb-core', version='4.0-rc-1') )
<dependency org="org.gebish" name="geb-core" rev="4.0-rc-1" />
[org.gebish/geb-core "4.0-rc-1"]
'org.gebish:geb-core:jar:4.0-rc-1'
compile
|-- org.gebish:geb-ast:4.0-rc-1
|-- org.gebish:geb-waiting:4.0-rc-1
|-- org.jodd:jodd-lagarto:5.1.5
|-- org.threeten:threeten-extra:1.4
|-- org.codehaus.groovy:groovy:2.5.13
|-- org.codehaus.groovy:groovy-templates:2.5.13
provided
|-- org.seleniumhq.selenium:selenium-api:3.141.59
|-- org.seleniumhq.selenium:selenium-support:3.141.59