GroupId | GroupIdcom.liferay |
---|---|
ArtifactId | ArtifactIdcom.liferay.chat.service |
Version | Version2.0.59 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.chat.service/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.chat.service</artifactId>
<version>2.0.59</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.chat.service/
implementation 'com.liferay:com.liferay.chat.service:2.0.59'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.chat.service/
implementation ("com.liferay:com.liferay.chat.service:2.0.59")
'com.liferay:com.liferay.chat.service:jar:2.0.59'
<dependency org="com.liferay" name="com.liferay.chat.service" rev="2.0.59">
<artifact name="com.liferay.chat.service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.chat.service', version='2.0.59')
)
libraryDependencies += "com.liferay" % "com.liferay.chat.service" % "2.0.59"
[com.liferay/com.liferay.chat.service "2.0.59"]