<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-groovy</artifactId> <version>3.5.0.Beta1</version> </dependency>
implementation 'io.vertx:vertx-lang-groovy:3.5.0.Beta1'
implementation("io.vertx:vertx-lang-groovy:3.5.0.Beta1")
libraryDependencies += "io.vertx" % "vertx-lang-groovy" % "3.5.0.Beta1"
@Grapes( @Grab(group='io.vertx', module='vertx-lang-groovy', version='3.5.0.Beta1') )
<dependency org="io.vertx" name="vertx-lang-groovy" rev="3.5.0.Beta1" />
[io.vertx/vertx-lang-groovy "3.5.0.Beta1"]
'io.vertx:vertx-lang-groovy:jar:3.5.0.Beta1'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-parent</artifactId> <version>10</version> </parent>
compile
|-- io.vertx:vertx-core
|-- org.codehaus.groovy:groovy-all:2.4.7
|-- io.vertx:vertx-docgen
|-- io.vertx:vertx-codetrans
provided
|-- io.vertx:vertx-codegen
|-- org.mvel:mvel2:2.2.8.Final
test
|-- junit:junit:4.12
|-- org.codehaus.groovy:groovy:2.4.7