is not current version
Last Version 2.2

com.github.susom:vertx-base 1.0

Useful extensions to Vert.x for web applications.

GroupId

GroupId

com.github.susom
ArtifactId

ArtifactId

vertx-base
Version

Version

1.0
Type

Type

jar

Download vertx-base 1.0


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