MVN

io.crums : skipledger-sql

Maven & Gradle

Oct 25, 2022
19 stars

io.crums:skipledger-sql · SQL implementation of the hash ledger. The hash ledger is a skip ledger annotatated with crumtrails (witness records). It contains only opaque hashes. This module maintains the hash ledger on a relational database. It also models the source ledger (the data being tracked) as 2 SQL queries: one, to determine the number rows in the ledger; the second, to return the ledger row for a given row number.

<dependency>
    <groupId>io.crums</groupId>
    <artifactId>skipledger-sql</artifactId>
    <version>0.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.crums : skipledger-sql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.1

All Versions

Choose a version of io.crums : skipledger-sql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
skipledger-sql-0.5.1
skipledger-sql-0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.crums</groupId>
    <artifactId>skipledger-sql</artifactId>
    <version>0.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.crums : skipledger-sql gradle dependency to your build.gradle file:

implementation 'io.crums:skipledger-sql:0.5.1'

Gradle Kotlin DSL: Add the following io.crums : skipledger-sql gradle kotlin dependency to your build.gradle.kts file:

implementation("io.crums:skipledger-sql:0.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.crums : skipledger-sql sbt scala dependency to your build.sbt file:

libraryDependencies += "io.crums" % "skipledger-sql" % "0.5.1"

Advertisement

Dependencies from Group

Sep 03, 2022
4 stars
Oct 25, 2022
0 stars
Oct 25, 2022
0 stars
Oct 25, 2022
0 stars
Oct 25, 2022
0 stars

Discover Dependencies

Oct 25, 2022
19 stars
Aug 27, 2023
2 stars
Aug 27, 2023
2 stars
Aug 27, 2023
2 stars
Aug 27, 2023
2 stars
Aug 27, 2023
2 stars
Sep 16, 2022
Aug 25, 2023
59 stars