MVN

org.webjars : riot

Maven & Gradle

Apr 25, 2019
2 usages

riot · WebJar for riot

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>riot</artifactId>
    <version>3.13.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars : riot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.13.2

All Versions

Choose a version of org.webjars : riot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.13.x
riot-3.13.2
2.6.x
riot-2.6.5
2.4.x
riot-2.4.1
2.2.x
riot-2.2.4
2.0.x
riot-2.0.3

How to add a dependency to Maven

Add the following org.webjars : riot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>riot</artifactId>
    <version>3.13.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars : riot gradle dependency to your build.gradle file:

implementation 'org.webjars:riot:3.13.2'

Gradle Kotlin DSL: Add the following org.webjars : riot gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars:riot:3.13.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars : riot sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars" % "riot" % "3.13.2"