| Группа | Группаcom.liferay.portal |
|---|---|
| Идентификатор | Идентификаторcom.liferay.portal.kernel |
| Версия | Версия4.61.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.liferay.portal/com.liferay.portal.kernel/ -->
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>com.liferay.portal.kernel</artifactId>
<version>4.61.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.portal/com.liferay.portal.kernel/
implementation 'com.liferay.portal:com.liferay.portal.kernel:4.61.0'
// https://jarcasting.com/artifacts/com.liferay.portal/com.liferay.portal.kernel/
implementation ("com.liferay.portal:com.liferay.portal.kernel:4.61.0")
'com.liferay.portal:com.liferay.portal.kernel:jar:4.61.0'
<dependency org="com.liferay.portal" name="com.liferay.portal.kernel" rev="4.61.0">
<artifact name="com.liferay.portal.kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay.portal', module='com.liferay.portal.kernel', version='4.61.0')
)
libraryDependencies += "com.liferay.portal" % "com.liferay.portal.kernel" % "4.61.0"
[com.liferay.portal/com.liferay.portal.kernel "4.61.0"]