s

statistics

A Java library to interface to Genesys Statistics public API
https://developer.genhtcc.com/api/statistics/index.html
MIT License
Genesys Inc
Files download
File Operation
statistics-9.0.70.jar download
statistics-9.0.70.pom download
statistics-9.0.70-sources.jar download
Apache Maven
<dependency>
  <groupId>com.genesys</groupId>
  <artifactId>statistics</artifactId>
  <version>9.0.70</version>
</dependency>
Gradle Groovy
implementation 'com.genesys:statistics:9.0.70'
Gradle Kotlin
implementation("com.genesys:statistics:9.0.70")
Scala SBT
libraryDependencies += "com.genesys" % "statistics" % "9.0.70"
Groovy Grape
@Grapes(
  @Grab(group='com.genesys', module='statistics', version='9.0.70')
)
Apache Ivy
<dependency org="com.genesys" name="statistics" rev="9.0.70" />
Leiningen
[com.genesys/statistics "9.0.70"]
Apache Buildr
'com.genesys:statistics:jar:9.0.70'