is not current version
Last Version 2.1.1

io.vertx:lang-groovy 2.0.0-CR2

Vert.x module that provides Groovy support

Categories

Categories

Groovy Languages
GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

lang-groovy
Version

Version

2.0.0-CR2
Type

Type

jar

Download lang-groovy 2.0.0-CR2


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