clojurewerkz / spyglass

A Clojure Memcached client (also: Couchbase, Kestrel). Built on top of SpyMemcached, supports ASCII and binary protocols, strives to be 100% feature complete.
http://clojurememcached.info
67 stars 17 forks source link

Possible to rely on Maven Central now for Spymemcached? #18

Closed trentonstrong closed 8 years ago

trentonstrong commented 8 years ago

The readme mentions relying on the couchbase maven repo for recent releases, but 2.11.4 (and up to 2.12.0) appears to be available on Maven Central now.

Could clear up the need to add this repo downstream projects.

Reference: http://search.maven.org/#artifactdetails%7Cnet.spy%7Cspymemcached%7C2.11.4%7Cjar

michaelklishin commented 8 years ago

Feel free to get Spymemcached from Central and submit a PR that updates the README.