is not current version
Last Version 1.2.0

com.zepben:vertx-utils 1.1.0

Helpers and utils for working with Vert.x in Zepben projects.

GroupId

GroupId

com.zepben
ArtifactId

ArtifactId

vertx-utils
Version

Version

1.1.0
Type

Type

jar

Download vertx-utils 1.1.0


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