GroupId | GroupIdcom.alexvasilkov |
---|---|
ArtifactId | ArtifactIdevents |
Version | Version0.3.0 |
Type | Typeaar |
Filename | Size |
---|---|
events-0.3.0.pom | |
events-0.3.0.aar | 32 KB |
events-0.3.0-sources.jar | 17 KB |
events-0.3.0-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alexvasilkov/events/ -->
<dependency>
<groupId>com.alexvasilkov</groupId>
<artifactId>events</artifactId>
<version>0.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.alexvasilkov/events/
implementation 'com.alexvasilkov:events:0.3.0'
// https://jarcasting.com/artifacts/com.alexvasilkov/events/
implementation ("com.alexvasilkov:events:0.3.0")
'com.alexvasilkov:events:aar:0.3.0'
<dependency org="com.alexvasilkov" name="events" rev="0.3.0">
<artifact name="events" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.alexvasilkov', module='events', version='0.3.0')
)
libraryDependencies += "com.alexvasilkov" % "events" % "0.3.0"
[com.alexvasilkov/events "0.3.0"]