GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.liferay.portlet.display.template |
Version | Version2.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.portlet.display.template/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portlet.display.template</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.portlet.display.template/
implementation 'com.liferay:com.liferay.portlet.display.template:2.2.4'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.portlet.display.template/
implementation ("com.liferay:com.liferay.portlet.display.template:2.2.4")
'com.liferay:com.liferay.portlet.display.template:jar:2.2.4'
<dependency org="com.liferay" name="com.liferay.portlet.display.template" rev="2.2.4">
<artifact name="com.liferay.portlet.display.template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.portlet.display.template', version='2.2.4')
)
libraryDependencies += "com.liferay" % "com.liferay.portlet.display.template" % "2.2.4"
[com.liferay/com.liferay.portlet.display.template "2.2.4"]