MVN

tech.iooo.boot : iooo-spring-boot-vertx-starter

Maven & Gradle

Apr 04, 2019
2 usages
2 stars

iooo-boot :: iooo-spring-boot-vertx-starter · Spring Boot with Vert.x support

<dependency>
    <groupId>tech.iooo.boot</groupId>
    <artifactId>iooo-spring-boot-vertx-starter</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.iooo.boot : iooo-spring-boot-vertx-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of tech.iooo.boot : iooo-spring-boot-vertx-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
iooo-spring-boot-vertx-starter-1.1.7
iooo-spring-boot-vertx-starter-1.1.6
iooo-spring-boot-vertx-starter-1.1.5
iooo-spring-boot-vertx-starter-1.1.4
iooo-spring-boot-vertx-starter-1.1.3
iooo-spring-boot-vertx-starter-1.1.2
iooo-spring-boot-vertx-starter-1.1.1
iooo-spring-boot-vertx-starter-1.1.0
1.0.x
iooo-spring-boot-vertx-starter-1.0.11-RELEASE
iooo-spring-boot-vertx-starter-1.0.10.RELEASE
iooo-spring-boot-vertx-starter-1.0.9.RELEASE
iooo-spring-boot-vertx-starter-1.0.8.RELEASE
iooo-spring-boot-vertx-starter-1.0.7.RELEASE
iooo-spring-boot-vertx-starter-1.0.6.RELEASE

How to add a dependency to Maven

Add the following tech.iooo.boot : iooo-spring-boot-vertx-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.iooo.boot</groupId>
    <artifactId>iooo-spring-boot-vertx-starter</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.iooo.boot : iooo-spring-boot-vertx-starter gradle dependency to your build.gradle file:

implementation 'tech.iooo.boot:iooo-spring-boot-vertx-starter:1.1.7'

Gradle Kotlin DSL: Add the following tech.iooo.boot : iooo-spring-boot-vertx-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.iooo.boot:iooo-spring-boot-vertx-starter:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.iooo.boot : iooo-spring-boot-vertx-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.iooo.boot" % "iooo-spring-boot-vertx-starter" % "1.1.7"

Advertisement