MVN

br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app : bootstrap-jumbotron-theme

Maven & Gradle

Jul 01, 2015
0 stars

Bootstrap Jumbotron Theme · Bootstrap Jumbotron theme is a theme based on the Jumbotron example from http://getbootstrap.com/2.3.2/examples/hero.html and the _styled theme. By default it prints the site's name and description into the jumbotron area. It also enables add contact information to the footer through theme settings in the Site Administration area.

<dependency>
    <groupId>br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app</groupId>
    <artifactId>bootstrap-jumbotron-theme</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app : bootstrap-jumbotron-theme to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app : bootstrap-jumbotron-theme to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
bootstrap-jumbotron-theme-1.0.1
bootstrap-jumbotron-theme-1.0.0

How to add a dependency to Maven

Add the following br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app : bootstrap-jumbotron-theme maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app</groupId>
    <artifactId>bootstrap-jumbotron-theme</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app : bootstrap-jumbotron-theme gradle dependency to your build.gradle file:

implementation 'br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app:bootstrap-jumbotron-theme:1.0.1'

Gradle Kotlin DSL: Add the following br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app : bootstrap-jumbotron-theme gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app:bootstrap-jumbotron-theme:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app : bootstrap-jumbotron-theme sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app" % "bootstrap-jumbotron-theme" % "1.0.1"