Local-DB
<dependency>
<groupId>com.github.rillis</groupId>
<artifactId>localdb</artifactId>
<version>1.0.0</version>
</dependency>
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.rillis |
| ArtifactId | ArtifactIdlocaldb |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLocal-DB
Simply library for SQLite.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| localdb-1.0.0.pom | |
| localdb-1.0.0.jar | 7 KB |
| localdb-1.0.0-sources.jar | 2 KB |
| localdb-1.0.0-javadoc.jar | 31 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.xerial : sqlite-jdbc | jar | 3.30.1 |
| com.github.rillis : utils | jar | 1.2.0 |
<dependency>
<groupId>com.github.rillis</groupId>
<artifactId>localdb</artifactId>
<version>1.0.0</version>
</dependency>