zakgof / velvetdb

Java-centric embedded storage framework
Apache License 2.0
16 stars 1 forks source link

velvetdb-mapdb not published in maven central #3

Open trumpetx opened 5 years ago

trumpetx commented 5 years ago
<dependency>
            <groupId>com.github.zakgof</groupId>
            <artifactId>velvetdb-mapdb</artifactId>
            <version>0.7.0</version>
</dependency>

Not found in maven central (per instructions on README)

velvetdb-xodus and velvetdb-dynamodb are found.

https://mvnrepository.com/artifact/com.github.zakgof/velvetdb-mapdb

zakgof commented 5 years ago

mapdb backend is discontinued, xodus is the preferred backend for embedded mode as it's much faster. I'll update the README to reflect that. Thanks for reporting!