e

evtrack

Android library that makes event & exception tracking easy. Based of EasyDeviceInfo lib and okhttp.
https://github.com/nisrulz/evtrack
The Apache Software License, Version 2.0
Nishant Srivastava
Files download
File Operation
evtrack-1.0.3.pom download
evtrack-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nisrulz</groupId>
  <artifactId>evtrack</artifactId>
  <version>1.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.nisrulz:evtrack:1.0.3'
Gradle Kotlin
implementation("com.github.nisrulz:evtrack:1.0.3")
Scala SBT
libraryDependencies += "com.github.nisrulz" % "evtrack" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nisrulz', module='evtrack', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.nisrulz" name="evtrack" rev="1.0.3" />
Leiningen
[com.github.nisrulz/evtrack "1.0.3"]
Apache Buildr
'com.github.nisrulz:evtrack:jar:1.0.3'