is not current version
Last Version 4.3.1

io.vertx:vertx-lang-groovy 4.0.0.CR1


Categories

Categories

Groovy Languages
GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

vertx-lang-groovy
Version

Version

4.0.0.CR1
Type

Type

jar

Download vertx-lang-groovy 4.0.0.CR1


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