GroupId | GroupIdcom.liferay.plugins |
---|---|
ArtifactId | ArtifactIduser-dashboard-theme |
Version | Version1.0.50 |
Type | Typewar |
Filename | Size |
---|---|
user-dashboard-theme-1.0.50.pom | |
user-dashboard-theme-1.0.50.war | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.plugins/user-dashboard-theme/ -->
<dependency>
<groupId>com.liferay.plugins</groupId>
<artifactId>user-dashboard-theme</artifactId>
<version>1.0.50</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.plugins/user-dashboard-theme/
implementation 'com.liferay.plugins:user-dashboard-theme:1.0.50'
// https://jarcasting.com/artifacts/com.liferay.plugins/user-dashboard-theme/
implementation ("com.liferay.plugins:user-dashboard-theme:1.0.50")
'com.liferay.plugins:user-dashboard-theme:war:1.0.50'
<dependency org="com.liferay.plugins" name="user-dashboard-theme" rev="1.0.50">
<artifact name="user-dashboard-theme" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.plugins', module='user-dashboard-theme', version='1.0.50')
)
libraryDependencies += "com.liferay.plugins" % "user-dashboard-theme" % "1.0.50"
[com.liferay.plugins/user-dashboard-theme "1.0.50"]