e

evita_store_key_value

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