KeenClient-Java icon indicating copy to clipboard operation
KeenClient-Java copied to clipboard

Bug: links on main page of this repository are dead

Open AndroidDeveloperLB opened this issue 4 years ago • 0 comments

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:

  • http://repo1.maven.org/maven2/io/keen/keen-client-java-core
  • http://repo1.maven.org/maven2/io/keen/keen-client-api-java
  • http://repo1.maven.org/maven2/io/keen/keen-client-api-android
  • http://repo1.maven.org/maven2/io/keen/keen-client-api-query

AndroidDeveloperLB avatar Mar 14 '21 12:03 AndroidDeveloperLB