is not current version
Last Version 7.0.0-nightly

com.liferay.portal:portal-service 6.2.5

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

portal-service
Version

Version

6.2.5
Type

Type

jar

Download portal-service 6.2.5


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