File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ This is a demonstration of how to use the RoaringBitmap library from JitPack.
1111Add the following dependency to your pom.xml file...
1212
1313``` xml
14- <dependency >
15- <groupId >com.github.RoaringBitmap.RoaringBitmap</groupId >
16- <artifactId >roaringbitmap</artifactId >
17- <version >1.3.15</version >
18- </dependency >
14+ <dependency >
15+ <groupId >com.github.RoaringBitmap.RoaringBitmap</groupId >
16+ <artifactId >roaringbitmap</artifactId >
17+ <version >1.3.15</version >
18+ </dependency >
1919```
2020
2121You may adjust the version number.
@@ -24,10 +24,10 @@ Then add the repository to your pom.xml file:
2424
2525``` xml
2626<repositories >
27- <repository >
28- <id >jitpack.io</id >
29- <url >https://jitpack.io</url >
30- </repository >
27+ <repository >
28+ <id >jitpack.io</id >
29+ <url >https://jitpack.io</url >
30+ </repository >
3131</repositories >
3232```
3333
You can’t perform that action at this time.
0 commit comments