@@ -56,7 +56,7 @@ Project sponsors may include the following benefits:
5656## Usage
5757
5858With many of our implementations (e.g. rocksdb or leveldb), you can simply use the dependency below and add it to
59- your maven POM file. However, with tokyocabinet, there are many native libs you will need to include. To simplify
59+ your maven POM file. However, with tokyocabinet or tkrzw , there are many native libs you will need to include. To simplify
6060managing these versions, you should consider importing our bill-of-materials BOM.
6161
6262``` xml
@@ -87,8 +87,26 @@ Then to use tokyocabinet implementation, add the following:
8787 <groupId >com.fizzed</groupId >
8888 <artifactId >tokyocabinet-linux-x64</artifactId >
8989 <!-- you can omit the version if you used our BOM above -->
90+ <version >VERSION-HERE</version >
91+ </dependency >
92+ ```
93+
94+ Then to use tkrzw implementation, add the following:
95+
96+ ``` xml
97+ <dependency >
98+ <groupId >com.fizzed</groupId >
99+ <artifactId >bigmap-tkrzw</artifactId >
100+ <!-- you can omit the version if you used our BOM above -->
90101 <version >1.0.16</version >
91102</dependency >
103+
104+ <dependency >
105+ <groupId >com.fizzed</groupId >
106+ <artifactId >tkrzw-linux-x64</artifactId >
107+ <!-- you can omit the version if you used our BOM above -->
108+ <version >VERSION-HERE</version >
109+ </dependency >
92110```
93111
94112Or for rocksdb
@@ -276,6 +294,6 @@ Total disk used: 24135 (MB)
276294
277295## License
278296
279- Copyright (C) 2020+ Fizzed, Inc.
297+ Copyright (C) 2025 Fizzed, Inc.
280298
281299This work is licensed under the Apache License, Version 2.0. See LICENSE for details.
0 commit comments