License |
License |
---|---|
Categories |
CategoriesSQLite Data Databases |
GroupId | GroupIdio.github.willena |
ArtifactId | ArtifactIdsqlite-jdbc |
Last Version | Last Version3.38.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSQLite JDBC
SQLite JDBC library with encryption and authentication support
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sqlite-jdbc-3.38.1.1.pom | |
sqlite-jdbc-3.38.1.1.jar | 7 MB |
sqlite-jdbc-3.38.1.1-sources.jar | 7 MB |
sqlite-jdbc-3.38.1.1-javadoc.jar | 494 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.willena/sqlite-jdbc/ -->
<dependency>
<groupId>io.github.willena</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.38.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.willena/sqlite-jdbc/
implementation 'io.github.willena:sqlite-jdbc:3.38.1.1'
// https://jarcasting.com/artifacts/io.github.willena/sqlite-jdbc/
implementation ("io.github.willena:sqlite-jdbc:3.38.1.1")
'io.github.willena:sqlite-jdbc:jar:3.38.1.1'
<dependency org="io.github.willena" name="sqlite-jdbc" rev="3.38.1.1">
<artifact name="sqlite-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.willena', module='sqlite-jdbc', version='3.38.1.1')
)
libraryDependencies += "io.github.willena" % "sqlite-jdbc" % "3.38.1.1"
[io.github.willena/sqlite-jdbc "3.38.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.junit-pioneer : junit-pioneer | jar | 1.4.2 |
org.mockito : mockito-core | jar | 3.12.4 |