MVN

org.apache.myfaces.tobago : tobago-theme-example

Maven & Gradle

Jul 01, 2022

Tobago Theme Example · Show how to write an own theme.

<dependency>
    <groupId>org.apache.myfaces.tobago</groupId>
    <artifactId>tobago-theme-example</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.5.0
  • Latest Alpha: 3.0.0-alpha-7

All Versions

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

Version Vulnerabilities Updated
3.0.x
tobago-theme-example-3.0.0-alpha-7
tobago-theme-example-3.0.0-alpha-6
tobago-theme-example-3.0.0-alpha-5
tobago-theme-example-3.0.0-alpha-4
tobago-theme-example-3.0.0-alpha-3
2.5.x
tobago-theme-example-2.5.0
2.4.x
tobago-theme-example-2.4.5
tobago-theme-example-2.4.4
tobago-theme-example-2.4.3
tobago-theme-example-2.4.2
tobago-theme-example-2.4.1
tobago-theme-example-2.4.0
2.3.x
tobago-theme-example-2.3.0
2.2.x
tobago-theme-example-2.2.0
2.1.x
tobago-theme-example-2.1.1
tobago-theme-example-2.1.0
2.0.x
tobago-theme-example-2.0.10
tobago-theme-example-2.0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.myfaces.tobago</groupId>
    <artifactId>tobago-theme-example</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.myfaces.tobago:tobago-theme-example:2.5.0'

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

implementation("org.apache.myfaces.tobago:tobago-theme-example:2.5.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.myfaces.tobago" % "tobago-theme-example" % "2.5.0"