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