MVN

io.ejs : ringojs

Maven & Gradle

Nov 10, 2016
3 usages
1 stars

RingoJS · A JavaScript runtime and shell based on Rhino providing a CommonJS module library and web application framework. This project is maintained by ejs.io in order to place Ringo in the Central Maven repository.

<dependency>
    <groupId>io.ejs</groupId>
    <artifactId>ringojs</artifactId>
    <version>0.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ejs : ringojs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.0

All Versions

Choose a version of io.ejs : ringojs to add to Maven or Gradle - All Versions:

  • Version Updated
  • ringojs-0.12.0

    Nov 10, 2016
  • ringojs-0.11.0

    Jan 28, 2015

How to add a dependency to Maven

Add the following io.ejs : ringojs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.ejs</groupId>
    <artifactId>ringojs</artifactId>
    <version>0.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ejs : ringojs gradle dependency to your build.gradle file:

implementation 'io.ejs:ringojs:0.12.0'

Gradle Kotlin DSL: Add the following io.ejs : ringojs gradle kotlin dependency to your build.gradle.kts file:

implementation("io.ejs:ringojs:0.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ejs : ringojs sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ejs" % "ringojs" % "0.12.0"

Advertisement