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

io.github.fmpfeifer:libfqlite 1.57.01

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.57.01
Тип

Тип

jar

Скачать libfqlite 1.57.01


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