MVN

io.sirix : sirix-core

Maven & Gradle

May 30, 2022
6 usages
1k stars

sirix-core · SirixDB is a hybrid on-disk and in-memory document oriented, versioned database system. It has a lightweight buffer manager, stores everything in a huge persistent and durabel tree and allows efficient reconstruction of every revision. Furthermore, SirixDB implements change tracking, diffing and supports time travel queries.

<dependency>
    <groupId>io.sirix</groupId>
    <artifactId>sirix-core</artifactId>
    <version>0.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.sirix : sirix-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.6

All Versions

Choose a version of io.sirix : sirix-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
sirix-core-0.9.6
sirix-core-0.9.5
sirix-core-0.9.3
sirix-core-0.9.2
sirix-core-0.9.1
sirix-core-0.9.0

How to add a dependency to Maven

Add the following io.sirix : sirix-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.sirix</groupId>
    <artifactId>sirix-core</artifactId>
    <version>0.9.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.sirix : sirix-core gradle dependency to your build.gradle file:

implementation 'io.sirix:sirix-core:0.9.6'

Gradle Kotlin DSL: Add the following io.sirix : sirix-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.sirix:sirix-core:0.9.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.sirix : sirix-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.sirix" % "sirix-core" % "0.9.6"

Advertisement