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