MVN

org.iworkz : genesis-vertx-common

Maven & Gradle

May 29, 2023

Genesis Vertx · Minimimalistic and lightweight common library for Vertx with Genesis

<dependency>
    <groupId>org.iworkz</groupId>
    <artifactId>genesis-vertx-common</artifactId>
    <version>1.0.53</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.iworkz : genesis-vertx-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.53

All Versions

Choose a version of org.iworkz : genesis-vertx-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
genesis-vertx-common-1.0.53
genesis-vertx-common-1.0.52
genesis-vertx-common-1.0.51
genesis-vertx-common-1.0.50
genesis-vertx-common-1.0.49
genesis-vertx-common-1.0.48
genesis-vertx-common-1.0.47
genesis-vertx-common-1.0.46
genesis-vertx-common-1.0.45
genesis-vertx-common-1.0.44
genesis-vertx-common-1.0.43
genesis-vertx-common-1.0.42
genesis-vertx-common-1.0.41
genesis-vertx-common-1.0.40
genesis-vertx-common-1.0.39
genesis-vertx-common-1.0.38
genesis-vertx-common-1.0.37
genesis-vertx-common-1.0.36
genesis-vertx-common-1.0.35
genesis-vertx-common-1.0.34
genesis-vertx-common-1.0.33
genesis-vertx-common-1.0.32
genesis-vertx-common-1.0.30
genesis-vertx-common-1.0.29
genesis-vertx-common-1.0.28
genesis-vertx-common-1.0.27
genesis-vertx-common-1.0.26
genesis-vertx-common-1.0.25
genesis-vertx-common-1.0.24
genesis-vertx-common-1.0.23
genesis-vertx-common-1.0.22
genesis-vertx-common-1.0.21
genesis-vertx-common-1.0.20
genesis-vertx-common-1.0.19
genesis-vertx-common-1.0.18
genesis-vertx-common-1.0.17
genesis-vertx-common-1.0.16
genesis-vertx-common-1.0.15
genesis-vertx-common-1.0.14
genesis-vertx-common-1.0.13
genesis-vertx-common-1.0.12
genesis-vertx-common-1.0.11
genesis-vertx-common-1.0.10
genesis-vertx-common-1.0.9
genesis-vertx-common-1.0.8
genesis-vertx-common-1.0.7
genesis-vertx-common-1.0.6

How to add a dependency to Maven

Add the following org.iworkz : genesis-vertx-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.iworkz</groupId>
    <artifactId>genesis-vertx-common</artifactId>
    <version>1.0.53</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.iworkz : genesis-vertx-common gradle dependency to your build.gradle file:

implementation 'org.iworkz:genesis-vertx-common:1.0.53'

Gradle Kotlin DSL: Add the following org.iworkz : genesis-vertx-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.iworkz:genesis-vertx-common:1.0.53")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.iworkz : genesis-vertx-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.iworkz" % "genesis-vertx-common" % "1.0.53"