GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.liferay.project.templates.spring.mvc.portlet |
Version | Version1.0.143 |
Type | Typejar |
<!-- 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.143</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.143'
// 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.143")
'com.liferay:com.liferay.project.templates.spring.mvc.portlet:jar:1.0.143'
<dependency org="com.liferay" name="com.liferay.project.templates.spring.mvc.portlet" rev="1.0.143">
<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.143')
)
libraryDependencies += "com.liferay" % "com.liferay.project.templates.spring.mvc.portlet" % "1.0.143"
[com.liferay/com.liferay.project.templates.spring.mvc.portlet "1.0.143"]