GroupId | GroupIdcom.liferay.portal |
---|---|
ArtifactId | ArtifactIdportal-service |
Last Version | Last Version7.0.0-nightly |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/com.liferay.portal/portal-service/ -->
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>portal-service</artifactId>
<version>7.0.0-nightly</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.portal/portal-service/
implementation 'com.liferay.portal:portal-service:7.0.0-nightly'
// https://jarcasting.com/artifacts/com.liferay.portal/portal-service/
implementation ("com.liferay.portal:portal-service:7.0.0-nightly")
'com.liferay.portal:portal-service:jar:7.0.0-nightly'
<dependency org="com.liferay.portal" name="portal-service" rev="7.0.0-nightly">
<artifact name="portal-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay.portal', module='portal-service', version='7.0.0-nightly')
)
libraryDependencies += "com.liferay.portal" % "portal-service" % "7.0.0-nightly"
[com.liferay.portal/portal-service "7.0.0-nightly"]