is not current version
Last Version 2.1.1

io.vertx:lang-groovy 2.0.0-final

Vert.x module that provides Groovy support

Categories

Categories

Groovy Languages
GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

lang-groovy
Version

Version

2.0.0-final
Type

Type

jar

Download lang-groovy 2.0.0-final


<!-- https://jarcasting.com/artifacts/io.vertx/lang-groovy/ -->
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>lang-groovy</artifactId>
    <version>2.0.0-final</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/lang-groovy/
implementation 'io.vertx:lang-groovy:2.0.0-final'
// https://jarcasting.com/artifacts/io.vertx/lang-groovy/
implementation ("io.vertx:lang-groovy:2.0.0-final")
'io.vertx:lang-groovy:jar:2.0.0-final'
<dependency org="io.vertx" name="lang-groovy" rev="2.0.0-final">
  <artifact name="lang-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='lang-groovy', version='2.0.0-final')
)
libraryDependencies += "io.vertx" % "lang-groovy" % "2.0.0-final"
[io.vertx/lang-groovy "2.0.0-final"]