| GroupId | GroupIdcom.liferay.portal |
|---|---|
| ArtifactId | ArtifactIdportal-web |
| Version | Version6.0.4 |
| Type | Typewar |
| Filename | Size |
|---|---|
| portal-web-6.0.4.pom | |
| portal-web-6.0.4.war | 13 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.portal/portal-web/ -->
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>portal-web</artifactId>
<version>6.0.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.portal/portal-web/
implementation 'com.liferay.portal:portal-web:6.0.4'
// https://jarcasting.com/artifacts/com.liferay.portal/portal-web/
implementation ("com.liferay.portal:portal-web:6.0.4")
'com.liferay.portal:portal-web:war:6.0.4'
<dependency org="com.liferay.portal" name="portal-web" rev="6.0.4">
<artifact name="portal-web" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.portal', module='portal-web', version='6.0.4')
)
libraryDependencies += "com.liferay.portal" % "portal-web" % "6.0.4"
[com.liferay.portal/portal-web "6.0.4"]