MVN

org.vert-x : vertx-lang-groovy

Maven & Gradle

Jan 14, 2013
2 usages
7 stars

vert.x · vert.x - Effortless asynchronous application development for the modern web and enterprise

<dependency>
    <groupId>org.vert-x</groupId>
    <artifactId>vertx-lang-groovy</artifactId>
    <version>1.3.1.final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.vert-x : vertx-lang-groovy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1.final

All Versions

Choose a version of org.vert-x : vertx-lang-groovy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
vertx-lang-groovy-1.3.1.final
vertx-lang-groovy-1.3.0.final
1.2.x
vertx-lang-groovy-1.2.3.final
vertx-lang-groovy-1.2.1.final

How to add a dependency to Maven

Add the following org.vert-x : vertx-lang-groovy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.vert-x</groupId>
    <artifactId>vertx-lang-groovy</artifactId>
    <version>1.3.1.final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.vert-x : vertx-lang-groovy gradle dependency to your build.gradle file:

implementation 'org.vert-x:vertx-lang-groovy:1.3.1.final'

Gradle Kotlin DSL: Add the following org.vert-x : vertx-lang-groovy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.vert-x:vertx-lang-groovy:1.3.1.final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.vert-x : vertx-lang-groovy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.vert-x" % "vertx-lang-groovy" % "1.3.1.final"

Advertisement