| GroupId | GroupIdcom.github.yoojia |
|---|---|
| ArtifactId | ArtifactIdevents |
| Version | Version2.0-alpha |
| Type | Typeaar |
| Description |
Description |
| Filename | Size |
|---|---|
| events-2.0-alpha.pom | |
| events-2.0-alpha.aar | 11 KB |
| Browse |
<!-- 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"]