| License |
License |
|---|---|
| GroupId | GroupIdcom.liferay.plugins |
| ArtifactId | ArtifactIdclassic-dxp-theme |
| Last Version | Last Version1.0.104 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
Description |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| classic-dxp-theme-1.0.104.pom | |
| classic-dxp-theme-1.0.104.war | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.plugins/classic-dxp-theme/ -->
<dependency>
<groupId>com.liferay.plugins</groupId>
<artifactId>classic-dxp-theme</artifactId>
<version>1.0.104</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.plugins/classic-dxp-theme/
implementation 'com.liferay.plugins:classic-dxp-theme:1.0.104'
// https://jarcasting.com/artifacts/com.liferay.plugins/classic-dxp-theme/
implementation ("com.liferay.plugins:classic-dxp-theme:1.0.104")
'com.liferay.plugins:classic-dxp-theme:war:1.0.104'
<dependency org="com.liferay.plugins" name="classic-dxp-theme" rev="1.0.104">
<artifact name="classic-dxp-theme" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.plugins', module='classic-dxp-theme', version='1.0.104')
)
libraryDependencies += "com.liferay.plugins" % "classic-dxp-theme" % "1.0.104"
[com.liferay.plugins/classic-dxp-theme "1.0.104"]