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