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