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