<dependency> <groupId>org.gebish</groupId> <artifactId>geb-core</artifactId> <version>7.0</version> </dependency>
implementation 'org.gebish:geb-core:7.0'
implementation("org.gebish:geb-core:7.0")
libraryDependencies += "org.gebish" % "geb-core" % "7.0"
@Grapes( @Grab(group='org.gebish', module='geb-core', version='7.0') )
<dependency org="org.gebish" name="geb-core" rev="7.0" />
[org.gebish/geb-core "7.0"]
'org.gebish:geb-core:jar:7.0'
compile
|-- org.seleniumhq.selenium:selenium-api:4.2.2
|-- org.gebish:geb-ast:7.0
|-- org.gebish:geb-waiting:7.0
|-- org.threeten:threeten-extra:1.7.0
|-- org.apache.groovy:groovy
|-- org.apache.groovy:groovy-templates
|-- org.seleniumhq.selenium:selenium-support:4.2.2
runtime
|-- org.jodd:jodd-core:5.3.0
|-- org.jodd:jodd-lagarto:6.0.5