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