MVN

org.commonjava.aprox : aprox-setback-vertx

Maven & Gradle

Feb 09, 2015
5 usages

AProx :: Add-Ons :: Set-Back :: Vert.X Bindings

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

Latest Version

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

  • Latest Stable: 0.18.5

All Versions

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

Version Vulnerabilities Updated
0.18.x
aprox-setback-vertx-0.18.5
aprox-setback-vertx-0.18.4
aprox-setback-vertx-0.18.3
aprox-setback-vertx-0.18.2
aprox-setback-vertx-0.18.1
aprox-setback-vertx-0.18.0
0.17.x
aprox-setback-vertx-0.17.0
0.16.x
aprox-setback-vertx-0.16.4
aprox-setback-vertx-0.16.3
aprox-setback-vertx-0.16.2
aprox-setback-vertx-0.16.1
aprox-setback-vertx-0.16.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.commonjava.aprox:aprox-setback-vertx:0.18.5'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement