From dbe6d71e315bee5ad3164fa2cdbe1ed04d2b6ae1 Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Tue, 27 Dec 2016 10:19:03 +0100 Subject: [PATCH] Include jetcd: a client library for etcd --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3af50ac..74cb5e4 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,7 @@ A curated list of awesome Java frameworks, libraries and software. * [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. * [Jedis](https://github.com/xetorthio/jedis) - A small client for interaction with redis, with methods for commands. +* [jetcd](https://github.com/justinsb/jetcd) - A client library for etcd. * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [Liquibase](http://www.liquibase.org/) - Database-independent library for tracking, managing and applying database schema changes. * [MapDB](http://www.mapdb.org/) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory.