is not current version
Last Version 58.0.0

com.liferay.portal:com.liferay.portal.kernel 16.2.0

Contains interfaces for the portal services. Interfaces are only loaded by the global class loader and are shared by all plugins.

GroupId

GroupId

com.liferay.portal
ArtifactId

ArtifactId

com.liferay.portal.kernel
Version

Version

16.2.0
Type

Type

jar

Download com.liferay.portal.kernel 16.2.0


<!-- https://jarcasting.com/artifacts/com.liferay.portal/com.liferay.portal.kernel/ -->
<dependency>
    <groupId>com.liferay.portal</groupId>
    <artifactId>com.liferay.portal.kernel</artifactId>
    <version>16.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.portal/com.liferay.portal.kernel/
implementation 'com.liferay.portal:com.liferay.portal.kernel:16.2.0'
// https://jarcasting.com/artifacts/com.liferay.portal/com.liferay.portal.kernel/
implementation ("com.liferay.portal:com.liferay.portal.kernel:16.2.0")
'com.liferay.portal:com.liferay.portal.kernel:jar:16.2.0'
<dependency org="com.liferay.portal" name="com.liferay.portal.kernel" rev="16.2.0">
  <artifact name="com.liferay.portal.kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay.portal', module='com.liferay.portal.kernel', version='16.2.0')
)
libraryDependencies += "com.liferay.portal" % "com.liferay.portal.kernel" % "16.2.0"
[com.liferay.portal/com.liferay.portal.kernel "16.2.0"]