License |
License |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.project.templates.panel.app |
Version | Version1.0.154 |
Type | Typejar |
Description |
DescriptionCreates a Liferay panel app that customizes a panel category (e.g., Control Panel) by inserting an entry that gives access to an application.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.panel.app/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.project.templates.panel.app</artifactId>
<version>1.0.154</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.panel.app/
implementation 'com.liferay:com.liferay.project.templates.panel.app:1.0.154'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.panel.app/
implementation ("com.liferay:com.liferay.project.templates.panel.app:1.0.154")
'com.liferay:com.liferay.project.templates.panel.app:jar:1.0.154'
<dependency org="com.liferay" name="com.liferay.project.templates.panel.app" rev="1.0.154">
<artifact name="com.liferay.project.templates.panel.app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.project.templates.panel.app', version='1.0.154')
)
libraryDependencies += "com.liferay" % "com.liferay.project.templates.panel.app" % "1.0.154"
[com.liferay/com.liferay.project.templates.panel.app "1.0.154"]