is not current version
Last Version 3.5.2

com.groupon.vertx:vertx-utils 3.0.1

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

GroupId

GroupId

com.groupon.vertx
ArtifactId

ArtifactId

vertx-utils
Version

Version

3.0.1
Type

Type

jar

Download vertx-utils 3.0.1


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