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