MVN

io.github.fmpfeifer : libfqlite

Maven & Gradle

May 12, 2022
2 stars

libfqlite · FQLite is a tool to find and restore deleted records in sqlite databases. It therefore examines the database for entries marked as deleted. Those entries can be recovered. It is written with the Java programming language. The program is able to search a SQLite database file for regular as well as deleted records.

<dependency>
    <groupId>io.github.fmpfeifer</groupId>
    <artifactId>libfqlite</artifactId>
    <version>1.57.05</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fmpfeifer : libfqlite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.57.05
  • Latest Beta: 1.56.04-beta

All Versions

Choose a version of io.github.fmpfeifer : libfqlite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.57.x
libfqlite-1.57.05
libfqlite-1.57.04
libfqlite-1.57.03
libfqlite-1.57.02
libfqlite-1.57.01
libfqlite-1.57.0
1.56.x
libfqlite-1.56.04-beta
libfqlite-1.56.03-beta
libfqlite-1.56.02-beta
libfqlite-1.56.01-beta

How to add a dependency to Maven

Add the following io.github.fmpfeifer : libfqlite maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.fmpfeifer</groupId>
    <artifactId>libfqlite</artifactId>
    <version>1.57.05</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.fmpfeifer : libfqlite gradle dependency to your build.gradle file:

implementation 'io.github.fmpfeifer:libfqlite:1.57.05'

Gradle Kotlin DSL: Add the following io.github.fmpfeifer : libfqlite gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.fmpfeifer:libfqlite:1.57.05")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.fmpfeifer : libfqlite sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.fmpfeifer" % "libfqlite" % "1.57.05"