GroupId | GroupIdcom.github.nisrulz |
---|---|
ArtifactId | ArtifactIdevtrack |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
evtrack-1.0.1.pom | |
evtrack-1.0.1.aar | 4 KB |
evtrack-1.0.1-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nisrulz/evtrack/ -->
<dependency>
<groupId>com.github.nisrulz</groupId>
<artifactId>evtrack</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nisrulz/evtrack/
implementation 'com.github.nisrulz:evtrack:1.0.1'
// https://jarcasting.com/artifacts/com.github.nisrulz/evtrack/
implementation ("com.github.nisrulz:evtrack:1.0.1")
'com.github.nisrulz:evtrack:aar:1.0.1'
<dependency org="com.github.nisrulz" name="evtrack" rev="1.0.1">
<artifact name="evtrack" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nisrulz', module='evtrack', version='1.0.1')
)
libraryDependencies += "com.github.nisrulz" % "evtrack" % "1.0.1"
[com.github.nisrulz/evtrack "1.0.1"]