| GroupId | GroupIdio.github.fmpfeifer |
|---|---|
| ArtifactId | ArtifactIdlibfqlite |
| Version | Version1.57.03 |
| Type | Typejar |
| Filename | Size |
|---|---|
| libfqlite-1.57.03.pom | |
| libfqlite-1.57.03.jar | 835 KB |
| libfqlite-1.57.03-sources.jar | 703 KB |
| libfqlite-1.57.03-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.03</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fmpfeifer/libfqlite/
implementation 'io.github.fmpfeifer:libfqlite:1.57.03'
// https://jarcasting.com/artifacts/io.github.fmpfeifer/libfqlite/
implementation ("io.github.fmpfeifer:libfqlite:1.57.03")
'io.github.fmpfeifer:libfqlite:jar:1.57.03'
<dependency org="io.github.fmpfeifer" name="libfqlite" rev="1.57.03">
<artifact name="libfqlite" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fmpfeifer', module='libfqlite', version='1.57.03')
)
libraryDependencies += "io.github.fmpfeifer" % "libfqlite" % "1.57.03"
[io.github.fmpfeifer/libfqlite "1.57.03"]