MVN

org.jsimpledb : jsimpledb-jsck

Maven & Gradle

Sep 05, 2017
1 usages
333 stars

JSimpleDB Key/Value Database Consistency Checker · JSimpleDB analog to UNIX fsck(8) command for checking the consistency of, and repairing any corruption in, a JSimpleDB key/value database

<dependency>
    <groupId>org.jsimpledb</groupId>
    <artifactId>jsimpledb-jsck</artifactId>
    <version>3.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jsimpledb : jsimpledb-jsck to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.1

All Versions

Choose a version of org.jsimpledb : jsimpledb-jsck to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
jsimpledb-jsck-3.6.1
jsimpledb-jsck-3.6.0
3.5.x
jsimpledb-jsck-3.5.3
jsimpledb-jsck-3.5.2
jsimpledb-jsck-3.5.1
3.4.x
jsimpledb-jsck-3.4.0

How to add a dependency to Maven

Add the following org.jsimpledb : jsimpledb-jsck maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jsimpledb</groupId>
    <artifactId>jsimpledb-jsck</artifactId>
    <version>3.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jsimpledb : jsimpledb-jsck gradle dependency to your build.gradle file:

implementation 'org.jsimpledb:jsimpledb-jsck:3.6.1'

Gradle Kotlin DSL: Add the following org.jsimpledb : jsimpledb-jsck gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jsimpledb:jsimpledb-jsck:3.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jsimpledb : jsimpledb-jsck sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jsimpledb" % "jsimpledb-jsck" % "3.6.1"

Advertisement