не последняя версия
Последняя версия 1.57.05

io.github.fmpfeifer:libfqlite 1.56.03-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.

Группа

Группа

io.github.fmpfeifer
Идентификатор

Идентификатор

libfqlite
Версия

Версия

1.56.03-beta
Тип

Тип

jar

Скачать libfqlite 1.56.03-beta


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