c

com.liferay.portal.kernel

Contains interfaces for the portal services. Interfaces are only loaded by the global class loader and are shared by all plugins.
LGPL 2.1
Brian Wing Shun Chan
Files download
File Operation
com.liferay.portal.kernel-2.7.0.jar download
com.liferay.portal.kernel-2.7.0.pom download
com.liferay.portal.kernel-2.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.liferay.portal</groupId>
  <artifactId>com.liferay.portal.kernel</artifactId>
  <version>2.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.liferay.portal:com.liferay.portal.kernel:2.7.0'
Gradle Kotlin
implementation("com.liferay.portal:com.liferay.portal.kernel:2.7.0")
Scala SBT
libraryDependencies += "com.liferay.portal" % "com.liferay.portal.kernel" % "2.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.liferay.portal', module='com.liferay.portal.kernel', version='2.7.0')
)
Apache Ivy
<dependency org="com.liferay.portal" name="com.liferay.portal.kernel" rev="2.7.0" />
Leiningen
[com.liferay.portal/com.liferay.portal.kernel "2.7.0"]
Apache Buildr
'com.liferay.portal:com.liferay.portal.kernel:jar:2.7.0'
Dependencies
The project has no third-party dependencies