From 543d046ca36e412cbc743fc1e6900c9438c73f05 Mon Sep 17 00:00:00 2001 From: AI Date: Tue, 30 Mar 2021 14:01:29 +0800 Subject: [PATCH] Add notice --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 7bc8c2536..3294504c7 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,17 @@ JDBC Driver Class: additionally, if you have a few instances, you can use `BalancedClickhouseDataSource`. +**Notice** + +If your build tool can not resolve dependency: `com.github.RoaringBitmap:RoaringBitmap`, please add the JitPack repository to your build file: +```xml + + + jitpack.io + https://jitpack.io + + +``` ### Extended API In order to provide non-JDBC complaint data manipulation functionality, proprietary API exists.