MVN

tv.cntt : rhinocoffeescript

Maven & Gradle

Jan 19, 2021
26 usages

rhinocoffeescript · rhinocoffeescript

<dependency>
    <groupId>tv.cntt</groupId>
    <artifactId>rhinocoffeescript</artifactId>
    <version>1.12.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tv.cntt : rhinocoffeescript to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.7

All Versions

Choose a version of tv.cntt : rhinocoffeescript to add to Maven or Gradle - All Versions:

  • Version Updated
  • rhinocoffeescript-1.12.7

    Jan 19, 2021
  • rhinocoffeescript-1.10.0

    May 29, 2016
  • rhinocoffeescript-1.9.3

    Aug 13, 2015
  • rhinocoffeescript-1.9.2

    May 22, 2015
  • rhinocoffeescript-1.9.0

    Feb 05, 2015
  • rhinocoffeescript-1.8.0

    Sep 30, 2014
  • rhinocoffeescript-1.7.1

    Feb 22, 2014
  • rhinocoffeescript-1.6.3

    Jul 10, 2013
  • rhinocoffeescript-1.6.2

    Apr 14, 2013

How to add a dependency to Maven

Add the following tv.cntt : rhinocoffeescript maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tv.cntt</groupId>
    <artifactId>rhinocoffeescript</artifactId>
    <version>1.12.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tv.cntt : rhinocoffeescript gradle dependency to your build.gradle file:

implementation 'tv.cntt:rhinocoffeescript:1.12.7'

Gradle Kotlin DSL: Add the following tv.cntt : rhinocoffeescript gradle kotlin dependency to your build.gradle.kts file:

implementation("tv.cntt:rhinocoffeescript:1.12.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following tv.cntt : rhinocoffeescript sbt scala dependency to your build.sbt file:

libraryDependencies += "tv.cntt" % "rhinocoffeescript" % "1.12.7"