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