Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.portlet.configuration.web |
Version | Version2.0.50 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.portlet.configuration.web/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portlet.configuration.web</artifactId>
<version>2.0.50</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.portlet.configuration.web/
implementation 'com.liferay:com.liferay.portlet.configuration.web:2.0.50'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.portlet.configuration.web/
implementation ("com.liferay:com.liferay.portlet.configuration.web:2.0.50")
'com.liferay:com.liferay.portlet.configuration.web:jar:2.0.50'
<dependency org="com.liferay" name="com.liferay.portlet.configuration.web" rev="2.0.50">
<artifact name="com.liferay.portlet.configuration.web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.portlet.configuration.web', version='2.0.50')
)
libraryDependencies += "com.liferay" % "com.liferay.portlet.configuration.web" % "2.0.50"
[com.liferay/com.liferay.portlet.configuration.web "2.0.50"]