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