e

evita_store_key_value

Module contains the evitaDB key-value store implementation.
Files download
File Operation
evita_store_key_value-2024.11.11.jar download
evita_store_key_value-2024.11.11.pom download
evita_store_key_value-2024.11.11-sources.jar download
Apache Maven
<dependency>
  <groupId>io.evitadb</groupId>
  <artifactId>evita_store_key_value</artifactId>
  <version>2024.11.11</version>
</dependency>
Gradle Groovy
implementation 'io.evitadb:evita_store_key_value:2024.11.11'
Gradle Kotlin
implementation("io.evitadb:evita_store_key_value:2024.11.11")
Scala SBT
libraryDependencies += "io.evitadb" % "evita_store_key_value" % "2024.11.11"
Groovy Grape
@Grapes(
  @Grab(group='io.evitadb', module='evita_store_key_value', version='2024.11.11')
)
Apache Ivy
<dependency org="io.evitadb" name="evita_store_key_value" rev="2024.11.11" />
Leiningen
[io.evitadb/evita_store_key_value "2024.11.11"]
Apache Buildr
'io.evitadb:evita_store_key_value:jar:2024.11.11'