MVN

li.rudin.rt : rt-jsf

Maven & Gradle

Sep 30, 2013
<dependency>
    <groupId>li.rudin.rt</groupId>
    <artifactId>rt-jsf</artifactId>
    <version>2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of li.rudin.rt : rt-jsf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9

All Versions

Choose a version of li.rudin.rt : rt-jsf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9
rt-jsf-2.9
2.8
rt-jsf-2.8
2.7
rt-jsf-2.7

How to add a dependency to Maven

Add the following li.rudin.rt : rt-jsf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>li.rudin.rt</groupId>
    <artifactId>rt-jsf</artifactId>
    <version>2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following li.rudin.rt : rt-jsf gradle dependency to your build.gradle file:

implementation 'li.rudin.rt:rt-jsf:2.9'

Gradle Kotlin DSL: Add the following li.rudin.rt : rt-jsf gradle kotlin dependency to your build.gradle.kts file:

implementation("li.rudin.rt:rt-jsf:2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following li.rudin.rt : rt-jsf sbt scala dependency to your build.sbt file:

libraryDependencies += "li.rudin.rt" % "rt-jsf" % "2.9"

Advertisement