License |
License |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.project.templates.mvc.portlet |
Last Version | Last Version1.0.166 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCreates a Liferay MVC portlet as a module project.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.mvc.portlet/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.project.templates.mvc.portlet</artifactId>
<version>1.0.166</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.mvc.portlet/
implementation 'com.liferay:com.liferay.project.templates.mvc.portlet:1.0.166'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.project.templates.mvc.portlet/
implementation ("com.liferay:com.liferay.project.templates.mvc.portlet:1.0.166")
'com.liferay:com.liferay.project.templates.mvc.portlet:jar:1.0.166'
<dependency org="com.liferay" name="com.liferay.project.templates.mvc.portlet" rev="1.0.166">
<artifact name="com.liferay.project.templates.mvc.portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.project.templates.mvc.portlet', version='1.0.166')
)
libraryDependencies += "com.liferay" % "com.liferay.project.templates.mvc.portlet" % "1.0.166"
[com.liferay/com.liferay.project.templates.mvc.portlet "1.0.166"]