META-INF.permazen.kv-implementations.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of permazen-kv-simple Show documentation
Show all versions of permazen-kv-simple Show documentation
A couple of simplistic Permazen key/value store implementations.
<?xml version="1.0" encoding="UTF-8"?> <kv-implementations> <kv-implementation class="io.permazen.kv.simple.MemoryKVImplementation"/> <kv-implementation class="io.permazen.kv.simple.XMLKVImplementation"/> </kv-implementations>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy