| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.yoojia |
| Идентификатор | Идентификаторnotify |
| Версия | Версия0.1.0 |
| Тип | Типjar |
| Описание |
ОписаниеNotify
A event proxy library
|
| Имя Файла | Размер |
|---|---|
| notify-0.1.0.pom | |
| notify-0.1.0.jar | 12 KB |
| notify-0.1.0-sources.jar | 7 KB |
| notify-0.1.0-javadoc.jar | 75 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/notify/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>notify</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/notify/
implementation 'com.github.yoojia:notify:0.1.0'
// https://jarcasting.com/artifacts/com.github.yoojia/notify/
implementation ("com.github.yoojia:notify:0.1.0")
'com.github.yoojia:notify:jar:0.1.0'
<dependency org="com.github.yoojia" name="notify" rev="0.1.0">
<artifact name="notify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='notify', version='0.1.0')
)
libraryDependencies += "com.github.yoojia" % "notify" % "0.1.0"
[com.github.yoojia/notify "0.1.0"]