| License |
License |
|---|---|
| GroupId | GroupIdcom.liferay.plugins |
| ArtifactId | ArtifactIdclassic-theme |
| Last Version | Last Version5.0.44 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
Description |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| classic-theme-5.0.44.pom | |
| classic-theme-5.0.44.war | 4 MB |
| Browse |
<!-- 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"]