MVN

io.vertx : vertx-lang-ceylon-doc

Maven & Gradle

Oct 01, 2018
2 usages
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-lang-ceylon-doc</artifactId>
    <version>3.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.vertx : vertx-lang-ceylon-doc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.4
  • Latest Beta: 3.5.0.Beta1

All Versions

Choose a version of io.vertx : vertx-lang-ceylon-doc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
vertx-lang-ceylon-doc-3.5.4
vertx-lang-ceylon-doc-3.5.3
vertx-lang-ceylon-doc-3.5.3.CR1
vertx-lang-ceylon-doc-3.5.2
vertx-lang-ceylon-doc-3.5.2.CR3
vertx-lang-ceylon-doc-3.5.2.CR2
vertx-lang-ceylon-doc-3.5.2.CR1
vertx-lang-ceylon-doc-3.5.1
vertx-lang-ceylon-doc-3.5.0
vertx-lang-ceylon-doc-3.5.0.Beta1
3.4.x
vertx-lang-ceylon-doc-3.4.2
vertx-lang-ceylon-doc-3.4.1
vertx-lang-ceylon-doc-3.4.0
vertx-lang-ceylon-doc-3.4.0.Beta1
3.3.x
vertx-lang-ceylon-doc-3.3.3
vertx-lang-ceylon-doc-3.3.2
vertx-lang-ceylon-doc-3.3.1
vertx-lang-ceylon-doc-3.3.0
vertx-lang-ceylon-doc-3.3.0.CR2
vertx-lang-ceylon-doc-3.3.0.CR1
3.2.x
vertx-lang-ceylon-doc-3.2.2
vertx-lang-ceylon-doc-3.2.1
vertx-lang-ceylon-doc-3.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-lang-ceylon-doc</artifactId>
    <version>3.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.vertx : vertx-lang-ceylon-doc gradle dependency to your build.gradle file:

implementation 'io.vertx:vertx-lang-ceylon-doc:3.5.4'

Gradle Kotlin DSL: Add the following io.vertx : vertx-lang-ceylon-doc gradle kotlin dependency to your build.gradle.kts file:

implementation("io.vertx:vertx-lang-ceylon-doc:3.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.vertx : vertx-lang-ceylon-doc sbt scala dependency to your build.sbt file:

libraryDependencies += "io.vertx" % "vertx-lang-ceylon-doc" % "3.5.4"

Advertisement