MVN

io.fabric8.quickstarts : vertx-simplest

Maven & Gradle

Jul 09, 2016

Fabric8 :: Quickstarts :: Vert.x :: Fat Jar · Simple embedded vert.x fatjar

<dependency>
    <groupId>io.fabric8.quickstarts</groupId>
    <artifactId>vertx-simplest</artifactId>
    <version>2.2.152</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.quickstarts : vertx-simplest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.152

All Versions

Choose a version of io.fabric8.quickstarts : vertx-simplest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
vertx-simplest-2.2.152
vertx-simplest-2.2.151
vertx-simplest-2.2.149
vertx-simplest-2.2.148
vertx-simplest-2.2.145
vertx-simplest-2.2.144
vertx-simplest-2.2.142
vertx-simplest-2.2.141
vertx-simplest-2.2.140
vertx-simplest-2.2.138
vertx-simplest-2.2.136
vertx-simplest-2.2.135
vertx-simplest-2.2.134
vertx-simplest-2.2.133
vertx-simplest-2.2.132
vertx-simplest-2.2.131
vertx-simplest-2.2.130
vertx-simplest-2.2.127
vertx-simplest-2.2.126
vertx-simplest-2.2.125
vertx-simplest-2.2.123
vertx-simplest-2.2.114
vertx-simplest-2.2.113
vertx-simplest-2.2.112
vertx-simplest-2.2.109
vertx-simplest-2.2.106
vertx-simplest-2.2.105
vertx-simplest-2.2.104
vertx-simplest-2.2.103
vertx-simplest-2.2.102
vertx-simplest-2.2.101

How to add a dependency to Maven

Add the following io.fabric8.quickstarts : vertx-simplest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.quickstarts</groupId>
    <artifactId>vertx-simplest</artifactId>
    <version>2.2.152</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.quickstarts : vertx-simplest gradle dependency to your build.gradle file:

implementation 'io.fabric8.quickstarts:vertx-simplest:2.2.152'

Gradle Kotlin DSL: Add the following io.fabric8.quickstarts : vertx-simplest gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.quickstarts:vertx-simplest:2.2.152")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.quickstarts : vertx-simplest sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.quickstarts" % "vertx-simplest" % "2.2.152"