| GroupId | GroupIdcom.github.yoojia |
|---|---|
| ArtifactId | ArtifactIdnext-events-android |
| Version | Version2.4.1 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-events-android/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-events-android</artifactId>
<version>2.4.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/next-events-android/
implementation 'com.github.yoojia:next-events-android:2.4.1'
// https://jarcasting.com/artifacts/com.github.yoojia/next-events-android/
implementation ("com.github.yoojia:next-events-android:2.4.1")
'com.github.yoojia:next-events-android:aar:2.4.1'
<dependency org="com.github.yoojia" name="next-events-android" rev="2.4.1">
<artifact name="next-events-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='next-events-android', version='2.4.1')
)
libraryDependencies += "com.github.yoojia" % "next-events-android" % "2.4.1"
[com.github.yoojia/next-events-android "2.4.1"]