MVN

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

Maven & Gradle

Jun 19, 2023
2 usages

Tobago Theme Roxborough

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

Latest Version

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

  • Latest Stable: 5.7.2
  • Latest Alpha: 5.0.0-alpha-2

All Versions

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

Version Vulnerabilities Updated
5.7.x
tobago-theme-roxborough-5.7.2
tobago-theme-roxborough-5.7.1
tobago-theme-roxborough-5.7.0
5.6.x
tobago-theme-roxborough-5.6.1
tobago-theme-roxborough-5.6.0
5.5.x
tobago-theme-roxborough-5.5.0
5.4.x
tobago-theme-roxborough-5.4.0
5.3.x
tobago-theme-roxborough-5.3.0
5.2.x
tobago-theme-roxborough-5.2.0
5.1.x
tobago-theme-roxborough-5.1.0
5.0.x
tobago-theme-roxborough-5.0.0
tobago-theme-roxborough-5.0.0-alpha-2
tobago-theme-roxborough-5.0.0-alpha-1
4.6.x
tobago-theme-roxborough-4.6.0
4.5.x
tobago-theme-roxborough-4.5.5
tobago-theme-roxborough-4.5.4
tobago-theme-roxborough-4.5.3
tobago-theme-roxborough-4.5.2
tobago-theme-roxborough-4.5.1
tobago-theme-roxborough-4.5.0
4.4.x
tobago-theme-roxborough-4.4.1
tobago-theme-roxborough-4.4.0
4.3.x
tobago-theme-roxborough-4.3.2
tobago-theme-roxborough-4.3.1
tobago-theme-roxborough-4.3.0
4.2.x
tobago-theme-roxborough-4.2.1
tobago-theme-roxborough-4.2.0
4.1.x
tobago-theme-roxborough-4.1.0
4.0.x
tobago-theme-roxborough-4.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.myfaces.tobago</groupId>
    <artifactId>tobago-theme-roxborough</artifactId>
    <version>5.7.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.myfaces.tobago:tobago-theme-roxborough:5.7.2'

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

implementation("org.apache.myfaces.tobago:tobago-theme-roxborough:5.7.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.myfaces.tobago" % "tobago-theme-roxborough" % "5.7.2"

Advertisement