e

enroscar-stats

Statistics manager abstraction for integration with analytics services.
https://github.com/stanfy/enroscar
The Apache Software License, Version 2.0
Roman Mazur
Files download
File Operation
enroscar-stats-0.9.11.pom download
enroscar-stats-0.9.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.stanfy.enroscar</groupId>
  <artifactId>enroscar-stats</artifactId>
  <version>0.9.11</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.stanfy.enroscar:enroscar-stats:0.9.11'
Gradle Kotlin
implementation("com.stanfy.enroscar:enroscar-stats:0.9.11")
Scala SBT
libraryDependencies += "com.stanfy.enroscar" % "enroscar-stats" % "0.9.11"
Groovy Grape
@Grapes(
  @Grab(group='com.stanfy.enroscar', module='enroscar-stats', version='0.9.11')
)
Apache Ivy
<dependency org="com.stanfy.enroscar" name="enroscar-stats" rev="0.9.11" />
Leiningen
[com.stanfy.enroscar/enroscar-stats "0.9.11"]
Apache Buildr
'com.stanfy.enroscar:enroscar-stats:jar:0.9.11'