is not current version
Last Version 1.57.05

io.github.fmpfeifer:libfqlite 1.56.01-beta

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.

GroupId

GroupId

io.github.fmpfeifer
ArtifactId

ArtifactId

libfqlite
Version

Version

1.56.01-beta
Type

Type

jar

Download libfqlite 1.56.01-beta


<!-- https://jarcasting.com/artifacts/io.github.fmpfeifer/libfqlite/ -->
<dependency>
    <groupId>io.github.fmpfeifer</groupId>
    <artifactId>libfqlite</artifactId>
    <version>1.56.01-beta</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fmpfeifer/libfqlite/
implementation 'io.github.fmpfeifer:libfqlite:1.56.01-beta'
// https://jarcasting.com/artifacts/io.github.fmpfeifer/libfqlite/
implementation ("io.github.fmpfeifer:libfqlite:1.56.01-beta")
'io.github.fmpfeifer:libfqlite:jar:1.56.01-beta'
<dependency org="io.github.fmpfeifer" name="libfqlite" rev="1.56.01-beta">
  <artifact name="libfqlite" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fmpfeifer', module='libfqlite', version='1.56.01-beta')
)
libraryDependencies += "io.github.fmpfeifer" % "libfqlite" % "1.56.01-beta"
[io.github.fmpfeifer/libfqlite "1.56.01-beta"]