Files download
File Operation
themes-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app</groupId>
  <artifactId>themes</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app:themes:1.0.0'
Gradle Kotlin
implementation("br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app:themes:1.0.0")
Scala SBT
libraryDependencies += "br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app" % "themes" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app', module='themes', version='1.0.0')
)
Apache Ivy
<dependency org="br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app" name="themes" rev="1.0.0" />
Leiningen
[br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app/themes "1.0.0"]
Apache Buildr
'br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app:themes:jar:1.0.0'