GroupId | GroupIdcom.liferay.plugins |
---|---|
ArtifactId | ArtifactIdchat-portlet |
Version | Version7.0.0.1 |
Type | Typewar |
Filename | Size |
---|---|
chat-portlet-7.0.0.1.pom | |
chat-portlet-7.0.0.1.war | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.plugins/chat-portlet/ -->
<dependency>
<groupId>com.liferay.plugins</groupId>
<artifactId>chat-portlet</artifactId>
<version>7.0.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.plugins/chat-portlet/
implementation 'com.liferay.plugins:chat-portlet:7.0.0.1'
// https://jarcasting.com/artifacts/com.liferay.plugins/chat-portlet/
implementation ("com.liferay.plugins:chat-portlet:7.0.0.1")
'com.liferay.plugins:chat-portlet:war:7.0.0.1'
<dependency org="com.liferay.plugins" name="chat-portlet" rev="7.0.0.1">
<artifact name="chat-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.plugins', module='chat-portlet', version='7.0.0.1')
)
libraryDependencies += "com.liferay.plugins" % "chat-portlet" % "7.0.0.1"
[com.liferay.plugins/chat-portlet "7.0.0.1"]