GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.liferay.layout.type.controller.panel |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.layout.type.controller.panel/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.layout.type.controller.panel</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.layout.type.controller.panel/
implementation 'com.liferay:com.liferay.layout.type.controller.panel:1.0.5'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.layout.type.controller.panel/
implementation ("com.liferay:com.liferay.layout.type.controller.panel:1.0.5")
'com.liferay:com.liferay.layout.type.controller.panel:jar:1.0.5'
<dependency org="com.liferay" name="com.liferay.layout.type.controller.panel" rev="1.0.5">
<artifact name="com.liferay.layout.type.controller.panel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.layout.type.controller.panel', version='1.0.5')
)
libraryDependencies += "com.liferay" % "com.liferay.layout.type.controller.panel" % "1.0.5"
[com.liferay/com.liferay.layout.type.controller.panel "1.0.5"]