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