MVN

org.commonjava.aprox.boot : aprox-booter-vertx

Maven & Gradle

Feb 09, 2015
5 usages
1 stars

AProx :: Booters :: Vert.x

<dependency>
    <groupId>org.commonjava.aprox.boot</groupId>
    <artifactId>aprox-booter-vertx</artifactId>
    <version>0.18.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.commonjava.aprox.boot : aprox-booter-vertx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18.5

All Versions

Choose a version of org.commonjava.aprox.boot : aprox-booter-vertx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18.x
aprox-booter-vertx-0.18.5
aprox-booter-vertx-0.18.4
aprox-booter-vertx-0.18.3
aprox-booter-vertx-0.18.2
aprox-booter-vertx-0.18.1
aprox-booter-vertx-0.18.0

How to add a dependency to Maven

Add the following org.commonjava.aprox.boot : aprox-booter-vertx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.commonjava.aprox.boot</groupId>
    <artifactId>aprox-booter-vertx</artifactId>
    <version>0.18.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.commonjava.aprox.boot : aprox-booter-vertx gradle dependency to your build.gradle file:

implementation 'org.commonjava.aprox.boot:aprox-booter-vertx:0.18.5'

Gradle Kotlin DSL: Add the following org.commonjava.aprox.boot : aprox-booter-vertx gradle kotlin dependency to your build.gradle.kts file:

implementation("org.commonjava.aprox.boot:aprox-booter-vertx:0.18.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.commonjava.aprox.boot : aprox-booter-vertx sbt scala dependency to your build.sbt file:

libraryDependencies += "org.commonjava.aprox.boot" % "aprox-booter-vertx" % "0.18.5"