is not current version
Last Version 58.0.0

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

19.0.0
Type

Type

jar

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