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