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