Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Oct 30, 2024
1 parent 5e4bce2 commit 7ac80d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ This is a demonstration of how to use the RoaringBitmap library from JitPack.
Add the following dependency to your pom.xml file...

```xml
<dependency>
<groupId>com.github.RoaringBitmap.RoaringBitmap</groupId>
<artifactId>roaringbitmap</artifactId>
<version>1.3.15</version>
</dependency>
<dependency>
<groupId>com.github.RoaringBitmap.RoaringBitmap</groupId>
<artifactId>roaringbitmap</artifactId>
<version>1.3.15</version>
</dependency>
```

You may adjust the version number.
Expand All @@ -24,10 +24,10 @@ Then add the repository to your pom.xml file:

```xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```

Expand Down

0 comments on commit 7ac80d8

Please sign in to comment.