| License |
License |
|---|---|
| GroupId | GroupIdio.github.fmpfeifer |
| ArtifactId | ArtifactIdlibfqlite |
| Version | Version1.57.05 |
| Type | Typejar |
| Description |
Descriptionlibfqlite
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| libfqlite-1.57.05.pom | |
| libfqlite-1.57.05.jar | 836 KB |
| libfqlite-1.57.05-sources.jar | 703 KB |
| libfqlite-1.57.05-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.fmpfeifer/libfqlite/ -->
<dependency>
<groupId>io.github.fmpfeifer</groupId>
<artifactId>libfqlite</artifactId>
<version>1.57.05</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fmpfeifer/libfqlite/
implementation 'io.github.fmpfeifer:libfqlite:1.57.05'
// https://jarcasting.com/artifacts/io.github.fmpfeifer/libfqlite/
implementation ("io.github.fmpfeifer:libfqlite:1.57.05")
'io.github.fmpfeifer:libfqlite:jar:1.57.05'
<dependency org="io.github.fmpfeifer" name="libfqlite" rev="1.57.05">
<artifact name="libfqlite" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fmpfeifer', module='libfqlite', version='1.57.05')
)
libraryDependencies += "io.github.fmpfeifer" % "libfqlite" % "1.57.05"
[io.github.fmpfeifer/libfqlite "1.57.05"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.antlr : antlr4-runtime | jar | 4.9.2 |
| commons-codec : commons-codec | jar | 1.15 |