| Группа | Группаcom.liferay.portal |
|---|---|
| Идентификатор | Идентификаторportal-parent |
| Версия | Версия6.2.0-B1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| portal-parent-6.2.0-B1.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.liferay.portal/portal-parent/ -->
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>portal-parent</artifactId>
<version>6.2.0-B1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.portal/portal-parent/
implementation 'com.liferay.portal:portal-parent:6.2.0-B1'
// https://jarcasting.com/artifacts/com.liferay.portal/portal-parent/
implementation ("com.liferay.portal:portal-parent:6.2.0-B1")
'com.liferay.portal:portal-parent:pom:6.2.0-B1'
<dependency org="com.liferay.portal" name="portal-parent" rev="6.2.0-B1">
<artifact name="portal-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.liferay.portal', module='portal-parent', version='6.2.0-B1')
)
libraryDependencies += "com.liferay.portal" % "portal-parent" % "6.2.0-B1"
[com.liferay.portal/portal-parent "6.2.0-B1"]