<dependency> <groupId>org.gebish</groupId> <artifactId>geb-core</artifactId> <version>6.0</version> </dependency>
implementation 'org.gebish:geb-core:6.0'
implementation("org.gebish:geb-core:6.0")
libraryDependencies += "org.gebish" % "geb-core" % "6.0"
@Grapes( @Grab(group='org.gebish', module='geb-core', version='6.0') )
<dependency org="org.gebish" name="geb-core" rev="6.0" />
[org.gebish/geb-core "6.0"]
'org.gebish:geb-core:jar:6.0'
compile
|-- org.seleniumhq.selenium:selenium-api:4.2.2
|-- org.gebish:geb-ast:6.0
|-- org.gebish:geb-waiting:6.0
|-- org.threeten:threeten-extra:1.7.0
|-- org.codehaus.groovy:groovy
|-- org.codehaus.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