is not current version
Last Version 2.2

com.github.susom:vertx-base 1.1

Useful extensions to Vert.x for web applications.

GroupId

GroupId

com.github.susom
ArtifactId

ArtifactId

vertx-base
Version

Version

1.1
Type

Type

jar

Download vertx-base 1.1


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