is not current version
Last Version 7.0.0-nightly

com.liferay.portal:portal-service 6.1.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

portal-service
Version

Version

6.1.0
Type

Type

jar

Download portal-service 6.1.0


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