License |
License |
---|---|
GroupId | GroupIdcom.github.nisrulz |
ArtifactId | ArtifactIdevtrack |
Version | Version1.0.3 |
Type | Typeaar |
Description |
Descriptionevtrack
Android library that makes event & exception tracking easy. Based of EasyDeviceInfo lib and okhttp.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
evtrack-1.0.3.pom | |
evtrack-1.0.3.aar | 5 KB |
evtrack-1.0.3-sources.jar | 2 KB |
evtrack-1.0.3-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nisrulz/evtrack/ -->
<dependency>
<groupId>com.github.nisrulz</groupId>
<artifactId>evtrack</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nisrulz/evtrack/
implementation 'com.github.nisrulz:evtrack:1.0.3'
// https://jarcasting.com/artifacts/com.github.nisrulz/evtrack/
implementation ("com.github.nisrulz:evtrack:1.0.3")
'com.github.nisrulz:evtrack:aar:1.0.3'
<dependency org="com.github.nisrulz" name="evtrack" rev="1.0.3">
<artifact name="evtrack" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nisrulz', module='evtrack', version='1.0.3')
)
libraryDependencies += "com.github.nisrulz" % "evtrack" % "1.0.3"
[com.github.nisrulz/evtrack "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.nisrulz : easydeviceinfo | jar | 2.3.0 |
com.squareup.okhttp3 : okhttp | jar | 3.4.2 |