| Группа | Группаbr.com.thiagomoreira.liferay.plugins |
|---|---|
| Идентификатор | Идентификаторbootstrap-jumbotron-theme |
| Версия | Версия1.1.0.0 |
| Тип | Типwar |
<!-- https://jarcasting.com/artifacts/br.com.thiagomoreira.liferay.plugins/bootstrap-jumbotron-theme/ -->
<dependency>
<groupId>br.com.thiagomoreira.liferay.plugins</groupId>
<artifactId>bootstrap-jumbotron-theme</artifactId>
<version>1.1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.thiagomoreira.liferay.plugins/bootstrap-jumbotron-theme/
implementation 'br.com.thiagomoreira.liferay.plugins:bootstrap-jumbotron-theme:1.1.0.0'
// https://jarcasting.com/artifacts/br.com.thiagomoreira.liferay.plugins/bootstrap-jumbotron-theme/
implementation ("br.com.thiagomoreira.liferay.plugins:bootstrap-jumbotron-theme:1.1.0.0")
'br.com.thiagomoreira.liferay.plugins:bootstrap-jumbotron-theme:war:1.1.0.0'
<dependency org="br.com.thiagomoreira.liferay.plugins" name="bootstrap-jumbotron-theme" rev="1.1.0.0">
<artifact name="bootstrap-jumbotron-theme" type="war" />
</dependency>
@Grapes(
@Grab(group='br.com.thiagomoreira.liferay.plugins', module='bootstrap-jumbotron-theme', version='1.1.0.0')
)
libraryDependencies += "br.com.thiagomoreira.liferay.plugins" % "bootstrap-jumbotron-theme" % "1.1.0.0"
[br.com.thiagomoreira.liferay.plugins/bootstrap-jumbotron-theme "1.1.0.0"]