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