MVN

com.github.johanneslichtenberger.sirix : sirix-core

Maven & Gradle

Sep 27, 2012
2 usages
0 stars

sirix-core · Sirix is a versioned, treebased storage system. It provides an ID-less diff-algorithm to import differences between two versions. Furthermore an ID-based diff-algorithm facilitates the comparison of versions stored within Sirix. A GUI with several visualizations for comparing these versions visually is available to aid an analyst. Versions are stored using well known versioning strategies (full, incremental, differential). The architecture is especially well suited for flash-disks because of a COW-principle. In the future we aim to provide throughout security as well as a replaced page-structure to speedup our architecture. A brackit(.org) binding will enable XQuery and the XQuery Update Facility. Temporal XPath axis and possibly diff-functions will help analysts to gain quick knowledge from the stored data.

<dependency>
    <groupId>com.github.johanneslichtenberger.sirix</groupId>
    <artifactId>sirix-core</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.0

All Versions

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

Version Vulnerabilities Updated
0.1.x
sirix-core-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.johanneslichtenberger.sirix</groupId>
    <artifactId>sirix-core</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.johanneslichtenberger.sirix:sirix-core:0.1.0'

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

implementation("com.github.johanneslichtenberger.sirix:sirix-core:0.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.johanneslichtenberger.sirix" % "sirix-core" % "0.1.0"

Advertisement