| GroupId | GroupIdio.github.fmpfeifer |
|---|---|
| ArtifactId | ArtifactIdlibfqlite |
| Version | Version1.56.01-beta |
| Type | Typejar |
| Filename | Size |
|---|---|
| libfqlite-1.56.01-beta.pom | |
| libfqlite-1.56.01-beta.jar | 830 KB |
| libfqlite-1.56.01-beta-sources.jar | 699 KB |
| libfqlite-1.56.01-beta-javadoc.jar | 909 KB |
| Browse |
<!-- 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"]