| GroupId | GroupIdcom.liferay.portal |
|---|---|
| ArtifactId | ArtifactIdportal-web |
| Last Version | Last Version7.0.2 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionPOM was created by Sonatype Nexus
|
| Filename | Size |
|---|---|
| portal-web-7.0.2.pom | |
| portal-web-7.0.2.war | 164 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.portal/portal-web/ -->
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>portal-web</artifactId>
<version>7.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.portal/portal-web/
implementation 'com.liferay.portal:portal-web:7.0.2'
// https://jarcasting.com/artifacts/com.liferay.portal/portal-web/
implementation ("com.liferay.portal:portal-web:7.0.2")
'com.liferay.portal:portal-web:war:7.0.2'
<dependency org="com.liferay.portal" name="portal-web" rev="7.0.2">
<artifact name="portal-web" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.portal', module='portal-web', version='7.0.2')
)
libraryDependencies += "com.liferay.portal" % "portal-web" % "7.0.2"
[com.liferay.portal/portal-web "7.0.2"]