GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.liferay.portal.cluster.multiple |
Version | Version4.0.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.cluster.multiple/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portal.cluster.multiple</artifactId>
<version>4.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.cluster.multiple/
implementation 'com.liferay:com.liferay.portal.cluster.multiple:4.0.11'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.cluster.multiple/
implementation ("com.liferay:com.liferay.portal.cluster.multiple:4.0.11")
'com.liferay:com.liferay.portal.cluster.multiple:jar:4.0.11'
<dependency org="com.liferay" name="com.liferay.portal.cluster.multiple" rev="4.0.11">
<artifact name="com.liferay.portal.cluster.multiple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.portal.cluster.multiple', version='4.0.11')
)
libraryDependencies += "com.liferay" % "com.liferay.portal.cluster.multiple" % "4.0.11"
[com.liferay/com.liferay.portal.cluster.multiple "4.0.11"]