| Группа | Группаcom.senspark.ee |
|---|---|
| Идентификатор | Идентификаторnotification |
| Версия | Версия2.7.3 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| notification-2.7.3.pom | |
| notification-2.7.3-sources.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.senspark.ee/notification/ -->
<dependency>
<groupId>com.senspark.ee</groupId>
<artifactId>notification</artifactId>
<version>2.7.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.senspark.ee/notification/
implementation 'com.senspark.ee:notification:2.7.3'
// https://jarcasting.com/artifacts/com.senspark.ee/notification/
implementation ("com.senspark.ee:notification:2.7.3")
'com.senspark.ee:notification:aar:2.7.3'
<dependency org="com.senspark.ee" name="notification" rev="2.7.3">
<artifact name="notification" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.senspark.ee', module='notification', version='2.7.3')
)
libraryDependencies += "com.senspark.ee" % "notification" % "2.7.3"
[com.senspark.ee/notification "2.7.3"]