Skip to content

Commit

Permalink
Parent POM
Browse files Browse the repository at this point in the history
  • Loading branch information
szhatchenko committed Aug 22, 2024
1 parent 1488fca commit d8b80cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ List<String> result = index.queryOverlapping("chr1", 50, 110);
<dependency>
<groupId>ru.biosoft.rtree</groupId>
<artifactId>ru.biosoft.rtree</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```

## Gradle

```groovy
implementation group: 'ru.biosoft.rtree', name: 'ru.biosoft.rtree', version: '0.0.1'
implementation group: 'ru.biosoft.rtree', name: 'ru.biosoft.rtree', version: '0.0.2'
```

0 comments on commit d8b80cf

Please sign in to comment.