| License |
License |
|---|---|
| Categories |
CategoriesSQLite Data Databases |
| GroupId | GroupIdcom.github.gotson |
| ArtifactId | ArtifactIdsqlite-jdbc |
| Last Version | Last Version3.32.3.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSQLite JDBC
SQLite JDBC library
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sqlite-jdbc-3.32.3.8.pom | |
| sqlite-jdbc-3.32.3.8.jar | 7 MB |
| sqlite-jdbc-3.32.3.8-sources.jar | 7 MB |
| sqlite-jdbc-3.32.3.8-javadoc.jar | 513 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gotson/sqlite-jdbc/ -->
<dependency>
<groupId>com.github.gotson</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.32.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gotson/sqlite-jdbc/
implementation 'com.github.gotson:sqlite-jdbc:3.32.3.8'
// https://jarcasting.com/artifacts/com.github.gotson/sqlite-jdbc/
implementation ("com.github.gotson:sqlite-jdbc:3.32.3.8")
'com.github.gotson:sqlite-jdbc:jar:3.32.3.8'
<dependency org="com.github.gotson" name="sqlite-jdbc" rev="3.32.3.8">
<artifact name="sqlite-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gotson', module='sqlite-jdbc', version='3.32.3.8')
)
libraryDependencies += "com.github.gotson" % "sqlite-jdbc" % "3.32.3.8"
[com.github.gotson/sqlite-jdbc "3.32.3.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |