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
文件下载
文件名 操作
com.liferay.portal.kernel-2.7.0.jar 下载
com.liferay.portal.kernel-2.7.0.pom 下载
com.liferay.portal.kernel-2.7.0-sources.jar 下载
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'
本项目依赖
该项目无第三方依赖