is not current version
Last Version 3.5.2

com.groupon.vertx:vertx-utils 3.3.2

Library of utility classes and functions for use with Vert.x

GroupId

GroupId

com.groupon.vertx
ArtifactId

ArtifactId

vertx-utils
Version

Version

3.3.2
Type

Type

jar

Download vertx-utils 3.3.2


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