Local-DB

Simply library for SQLite.

License

License

GroupId

GroupId

com.github.rillis
ArtifactId

ArtifactId

localdb
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Local-DB
Simply library for SQLite.
Project URL

Project URL

https://github.com/rillis/local-db/
Source Code Management

Source Code Management

http://github.com/rillis/local-db/tree/master

Download localdb

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.xerial : sqlite-jdbc jar 3.30.1
com.github.rillis : utils jar 1.2.0

Project Modules

There are no modules declared in this project.

Local-DB

Maven License

<dependency>
  <groupId>com.github.rillis</groupId>
  <artifactId>localdb</artifactId>
  <version>1.0.0</version>
</dependency>

Docs

Examples

Versions

Version
1.0.0