diff --git a/README.md b/README.md index 40952357..d07a4663 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,21 @@ There is nothing faster. There is nothing more correct. HikariCP is a "zero-overhead" production-quality connection pool. Coming in at roughly 50Kb, the library is extremely light. Read about [how we do it here](https://github.com/brettwooldridge/HikariCP/wiki/Down-the-Rabbit-Hole). ***Maven Repository***
+_Java 8 artifact:_ ```xml com.zaxxer HikariCP - 1.4.0 + 2.0.1 + compile + +``` +_Java 6 and Java 7 artifact:_ +```xml + + com.zaxxer + HikariCP-java6 + 2.0.1 compile ```