| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.gu |
| Идентификатор | Идентификаторmobile-notifications-client_2.11 |
| Версия | Версия0.5.12 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.gu/mobile-notifications-client_2.11/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>mobile-notifications-client_2.11</artifactId>
<version>0.5.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/mobile-notifications-client_2.11/
implementation 'com.gu:mobile-notifications-client_2.11:0.5.12'
// https://jarcasting.com/artifacts/com.gu/mobile-notifications-client_2.11/
implementation ("com.gu:mobile-notifications-client_2.11:0.5.12")
'com.gu:mobile-notifications-client_2.11:jar:0.5.12'
<dependency org="com.gu" name="mobile-notifications-client_2.11" rev="0.5.12">
<artifact name="mobile-notifications-client_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='mobile-notifications-client_2.11', version='0.5.12')
)
libraryDependencies += "com.gu" % "mobile-notifications-client_2.11" % "0.5.12"
[com.gu/mobile-notifications-client_2.11 "0.5.12"]