simple-bigtable icon indicating copy to clipboard operation
simple-bigtable copied to clipboard

Maven import not working

Open lioutasb opened this issue 8 years ago • 2 comments

I try to import the library with Maven as instructed in the README.md but I get the following error:

Dependency 'com.spotify:simple-bigtable:LATEST_RELEASE' not found

It seems that the project is not in the Maven repository.

lioutasb avatar Feb 07 '18 19:02 lioutasb

LATEST_RELEASE is a placeholder, I probably should have made that more clear in the documentation. The latest actual release would be 0.1.0-beta14 but as I am not longer maintaining this library I don't know if that was properly uploaded to the open source artifactory @tchagnon did the last release.

rgruener avatar Feb 07 '18 20:02 rgruener

@lioutasb You can check here for the latest release

https://oss.sonatype.org/content/repositories/snapshots/com/spotify/simple-bigtable/

Version 0.2.0-SNAPSHOT as of 17 July 2018

davidheryanto avatar Jul 17 '18 03:07 davidheryanto