Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-rx-groovy |
Version | Version3.9.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-rx-groovy/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-rx-groovy</artifactId>
<version>3.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-rx-groovy/
implementation 'io.vertx:vertx-rx-groovy:3.9.4'
// https://jarcasting.com/artifacts/io.vertx/vertx-rx-groovy/
implementation ("io.vertx:vertx-rx-groovy:3.9.4")
'io.vertx:vertx-rx-groovy:jar:3.9.4'
<dependency org="io.vertx" name="vertx-rx-groovy" rev="3.9.4">
<artifact name="vertx-rx-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-rx-groovy', version='3.9.4')
)
libraryDependencies += "io.vertx" % "vertx-rx-groovy" % "3.9.4"
[io.vertx/vertx-rx-groovy "3.9.4"]