keenlabs / KeenClient-Java

Official Java client for the Keen IO API. Build analytics features directly into your Java apps.
https://keen.io/docs
MIT License
74 stars 43 forks source link

Bug: links on main page of this repository are dead #121

Open AndroidDeveloperLB opened 3 years ago

AndroidDeveloperLB commented 3 years ago

Here:

https://github.com/keenlabs/KeenClient-Java#jar-download

The dead links are of this:

Core library - This only includes an abstract client, so you will have to provide your own concrete implementation; see JavaKeenClientBuilder or AndroidKeenClientBuilder for examples. "Plain" Java Client - Dependencies: Core plus the Jackson library for JSON handling. Android Client - Dependencies: Core. Note: We publish both an AAR and a JAR; you may use whichever is more convenient based on your infrastructure and needs. Query Client - Dependencies: Core, "Plain" Java, and a suitable JSON library.

Examples: