| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.liferay.plugins |
| Идентификатор | Идентификаторclassic-theme |
| Последняя версия | Последняя версия5.0.44 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
Описание |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| classic-theme-5.0.44.pom | |
| classic-theme-5.0.44.war | 4 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.liferay.plugins/classic-theme/ -->
<dependency>
<groupId>com.liferay.plugins</groupId>
<artifactId>classic-theme</artifactId>
<version>5.0.44</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.plugins/classic-theme/
implementation 'com.liferay.plugins:classic-theme:5.0.44'
// https://jarcasting.com/artifacts/com.liferay.plugins/classic-theme/
implementation ("com.liferay.plugins:classic-theme:5.0.44")
'com.liferay.plugins:classic-theme:war:5.0.44'
<dependency org="com.liferay.plugins" name="classic-theme" rev="5.0.44">
<artifact name="classic-theme" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.plugins', module='classic-theme', version='5.0.44')
)
libraryDependencies += "com.liferay.plugins" % "classic-theme" % "5.0.44"
[com.liferay.plugins/classic-theme "5.0.44"]