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