is not current version
Last Version 58.0.0

com.liferay.portal:com.liferay.portal.kernel 55.1.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

55.1.0
Type

Type

jar

Download com.liferay.portal.kernel 55.1.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>55.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.portal/com.liferay.portal.kernel/
implementation 'com.liferay.portal:com.liferay.portal.kernel:55.1.0'
// https://jarcasting.com/artifacts/com.liferay.portal/com.liferay.portal.kernel/
implementation ("com.liferay.portal:com.liferay.portal.kernel:55.1.0")
'com.liferay.portal:com.liferay.portal.kernel:jar:55.1.0'
<dependency org="com.liferay.portal" name="com.liferay.portal.kernel" rev="55.1.0">
  <artifact name="com.liferay.portal.kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay.portal', module='com.liferay.portal.kernel', version='55.1.0')
)
libraryDependencies += "com.liferay.portal" % "com.liferay.portal.kernel" % "55.1.0"
[com.liferay.portal/com.liferay.portal.kernel "55.1.0"]