MVN

io.vertx : lang-rhino

Maven & Gradle

May 06, 2014
7 stars

Project - lang-rhino

<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>lang-rhino</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.1
  • Latest Release Candidate: 2.1.0-RC1
  • Latest Beta: 2.1.0-Beta2

All Versions

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

Version Vulnerabilities Updated
2.1.x
lang-rhino-2.1.1
lang-rhino-2.1.0
lang-rhino-2.1.0-RC1
lang-rhino-2.1.0-Beta2
lang-rhino-2.1.0-Beta1
2.0.x
lang-rhino-2.0.0-final
lang-rhino-2.0.0-CR2
lang-rhino-2.0.0-CR1
lang-rhino-2.0.0-beta4
lang-rhino-2.0.0-beta3
lang-rhino-2.0.0-beta2
lang-rhino-2.0.0-beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>lang-rhino</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.vertx:lang-rhino:2.1.1'

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

implementation("io.vertx:lang-rhino:2.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.vertx" % "lang-rhino" % "2.1.1"

Advertisement