MVN

org.apache.myfaces.tobago : tobago-facelets

Maven & Gradle

Jul 09, 2015
2 usages

Tobago Facelets · Tobago-facelets contains the facelets TagHandler for the tobago components and the facelets variant(tf) for the tobago extension taglib.

<dependency>
    <groupId>org.apache.myfaces.tobago</groupId>
    <artifactId>tobago-facelets</artifactId>
    <version>1.0.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.myfaces.tobago : tobago-facelets to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.42
  • Latest Beta: 1.6.0-beta-2
  • Latest Alpha: 1.5.0-alpha-2

All Versions

Choose a version of org.apache.myfaces.tobago : tobago-facelets to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
tobago-facelets-1.6.0-beta-2
tobago-facelets-1.6.0-beta-1
1.5.x
tobago-facelets-1.5.13
tobago-facelets-1.5.12
tobago-facelets-1.5.11
tobago-facelets-1.5.10
tobago-facelets-1.5.9
tobago-facelets-1.5.8
tobago-facelets-1.5.7
tobago-facelets-1.5.6
tobago-facelets-1.5.5
tobago-facelets-1.5.4
tobago-facelets-1.5.3
tobago-facelets-1.5.2
tobago-facelets-1.5.1
tobago-facelets-1.5.0
tobago-facelets-1.5.0-beta-2
tobago-facelets-1.5.0-beta-1
tobago-facelets-1.5.0-alpha-2
1.0.x
tobago-facelets-1.0.42
tobago-facelets-1.0.41
tobago-facelets-1.0.40
tobago-facelets-1.0.39
tobago-facelets-1.0.38
tobago-facelets-1.0.37
tobago-facelets-1.0.36
tobago-facelets-1.0.35
tobago-facelets-1.0.34
tobago-facelets-1.0.33
tobago-facelets-1.0.32
tobago-facelets-1.0.31
tobago-facelets-1.0.30
tobago-facelets-1.0.29
tobago-facelets-1.0.28
tobago-facelets-1.0.27
tobago-facelets-1.0.26
tobago-facelets-1.0.25
tobago-facelets-1.0.24
tobago-facelets-1.0.23
tobago-facelets-1.0.22
tobago-facelets-1.0.21
tobago-facelets-1.0.20
tobago-facelets-1.0.19
tobago-facelets-1.0.18
tobago-facelets-1.0.17
tobago-facelets-1.0.16
tobago-facelets-1.0.15
tobago-facelets-1.0.14
tobago-facelets-1.0.13
tobago-facelets-1.0.12
tobago-facelets-1.0.11
tobago-facelets-1.0.10
tobago-facelets-1.0.9
tobago-facelets-1.0.8
tobago-facelets-1.0.7

How to add a dependency to Maven

Add the following org.apache.myfaces.tobago : tobago-facelets maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.myfaces.tobago</groupId>
    <artifactId>tobago-facelets</artifactId>
    <version>1.0.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.myfaces.tobago : tobago-facelets gradle dependency to your build.gradle file:

implementation 'org.apache.myfaces.tobago:tobago-facelets:1.0.42'

Gradle Kotlin DSL: Add the following org.apache.myfaces.tobago : tobago-facelets gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.myfaces.tobago:tobago-facelets:1.0.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.myfaces.tobago : tobago-facelets sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.myfaces.tobago" % "tobago-facelets" % "1.0.42"