b

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.
文件下载
文件名 操作
bootstrap-jumbotron-theme-1.3.0.0.pom 下载
bootstrap-jumbotron-theme-1.3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>br.com.thiagomoreira.liferay.plugins</groupId>
  <artifactId>bootstrap-jumbotron-theme</artifactId>
  <version>1.3.0.0</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'br.com.thiagomoreira.liferay.plugins:bootstrap-jumbotron-theme:1.3.0.0'
Gradle Kotlin
implementation("br.com.thiagomoreira.liferay.plugins:bootstrap-jumbotron-theme:1.3.0.0")
Scala SBT
libraryDependencies += "br.com.thiagomoreira.liferay.plugins" % "bootstrap-jumbotron-theme" % "1.3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='br.com.thiagomoreira.liferay.plugins', module='bootstrap-jumbotron-theme', version='1.3.0.0')
)
Apache Ivy
<dependency org="br.com.thiagomoreira.liferay.plugins" name="bootstrap-jumbotron-theme" rev="1.3.0.0" />
Leiningen
[br.com.thiagomoreira.liferay.plugins/bootstrap-jumbotron-theme "1.3.0.0"]
Apache Buildr
'br.com.thiagomoreira.liferay.plugins:bootstrap-jumbotron-theme:jar:1.3.0.0'