portal-service
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.liferay.portal</groupId> <artifactId>portal-service</artifactId> <version>6.2.5</version> </dependency>
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.liferay.portal</groupId> <artifactId>portal-parent</artifactId> <version>6.2.5</version> </parent> <groupId>com.liferay.portal</groupId> <artifactId>portal-service</artifactId> <name>Liferay Portal Service</name> <version>6.2.5</version> <description>Contains interfaces for the portal services. Interfaces are only loaded by the global class loader and are shared by all plugins.</description> </project>