p

portal-service

Contains interfaces for the portal services. Interfaces are only loaded by the global class loader and are shared by all plugins.
Files download
File Operation
portal-service-6.2.0-M5.jar download
portal-service-6.2.0-M5.pom download
portal-service-6.2.0-M5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.liferay.portal</groupId>
  <artifactId>portal-service</artifactId>
  <version>6.2.0-M5</version>
</dependency>
Gradle Groovy
implementation 'com.liferay.portal:portal-service:6.2.0-M5'
Gradle Kotlin
implementation("com.liferay.portal:portal-service:6.2.0-M5")
Scala SBT
libraryDependencies += "com.liferay.portal" % "portal-service" % "6.2.0-M5"
Groovy Grape
@Grapes(
  @Grab(group='com.liferay.portal', module='portal-service', version='6.2.0-M5')
)
Apache Ivy
<dependency org="com.liferay.portal" name="portal-service" rev="6.2.0-M5" />
Leiningen
[com.liferay.portal/portal-service "6.2.0-M5"]
Apache Buildr
'com.liferay.portal:portal-service:jar:6.2.0-M5'