| virtualdub.org Proof that I had too much free time in college |
v1.10.4 (stable)
Bridge to the Database: Understanding and Installing the SQLite JDBC Driver
Always verify the checksum after download to prevent corruption. download sqlitejdbc372jar install
mvn install:install-file \
-Dfile=sqlitejdbc372.jar \
-DgroupId=org.xerial \
-DartifactId=sqlite-jdbc \
-Dversion=3.72.0-custom \
-Dpackaging=jar
java -cp "sqlite-jdbc-3.72.0.jar:." SQLiteTest Bridge to the Database: Understanding and Installing the
This method is ideal if you simply need the sqlitejdbc372jar file on your local machine. Run (Linux/macOS)
java -cp "sqlite-jdbc-3
https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.72.0/sqlite-jdbc-3.72.0.jarlib/ folder or any directory of your choice.