<dependency> <groupId>org.gebish</groupId> <artifactId>geb-core</artifactId> <version>2.0-rc-1</version> </dependency>
implementation 'org.gebish:geb-core:2.0-rc-1'
implementation("org.gebish:geb-core:2.0-rc-1")
libraryDependencies += "org.gebish" % "geb-core" % "2.0-rc-1"
@Grapes( @Grab(group='org.gebish', module='geb-core', version='2.0-rc-1') )
<dependency org="org.gebish" name="geb-core" rev="2.0-rc-1" />
[org.gebish/geb-core "2.0-rc-1"]
'org.gebish:geb-core:jar:2.0-rc-1'
compile
|-- org.codehaus.groovy:groovy-all:2.4.7
|-- org.gebish:geb-ast:2.0-rc-1
|-- org.gebish:geb-waiting:2.0-rc-1
|-- org.jodd:jodd-lagarto:3.7.1
provided
|-- org.seleniumhq.selenium:selenium-api:3.6.0
|-- org.seleniumhq.selenium:selenium-support:3.6.0