GroupId | GroupIdcom.liferay.plugins |
---|---|
ArtifactId | ArtifactIdopensocial-portlet |
Version | Version7.2.10.61 |
Type | Typewar |
Filename | Size |
---|---|
opensocial-portlet-7.2.10.61.pom | |
opensocial-portlet-7.2.10.61.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.2.10.61</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.plugins/opensocial-portlet/
implementation 'com.liferay.plugins:opensocial-portlet:7.2.10.61'
// https://jarcasting.com/artifacts/com.liferay.plugins/opensocial-portlet/
implementation ("com.liferay.plugins:opensocial-portlet:7.2.10.61")
'com.liferay.plugins:opensocial-portlet:war:7.2.10.61'
<dependency org="com.liferay.plugins" name="opensocial-portlet" rev="7.2.10.61">
<artifact name="opensocial-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.plugins', module='opensocial-portlet', version='7.2.10.61')
)
libraryDependencies += "com.liferay.plugins" % "opensocial-portlet" % "7.2.10.61"
[com.liferay.plugins/opensocial-portlet "7.2.10.61"]