is not current version
Last Version 58.0.0

com.liferay.portal:com.liferay.portal.kernel 30.0.1

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

30.0.1
Type

Type

jar

Download com.liferay.portal.kernel 30.0.1


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