e

evita_store_entity

Module contains logic connected with evitaDB entity model persistence. The logic is shared between server and Java client.
文件下载
文件名 操作
evita_store_entity-2024.8.3.jar 下载
evita_store_entity-2024.8.3.pom 下载
evita_store_entity-2024.8.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.evitadb</groupId>
  <artifactId>evita_store_entity</artifactId>
  <version>2024.8.3</version>
</dependency>
Gradle Groovy
implementation 'io.evitadb:evita_store_entity:2024.8.3'
Gradle Kotlin
implementation("io.evitadb:evita_store_entity:2024.8.3")
Scala SBT
libraryDependencies += "io.evitadb" % "evita_store_entity" % "2024.8.3"
Groovy Grape
@Grapes(
  @Grab(group='io.evitadb', module='evita_store_entity', version='2024.8.3')
)
Apache Ivy
<dependency org="io.evitadb" name="evita_store_entity" rev="2024.8.3" />
Leiningen
[io.evitadb/evita_store_entity "2024.8.3"]
Apache Buildr
'io.evitadb:evita_store_entity:jar:2024.8.3'