Categories |
CategoriesSQLite Data Databases |
---|---|
GroupId | GroupIdorg.xerial |
ArtifactId | ArtifactIdsqlite-jdbc |
Version | Version3.19.3 |
Type | Typejar |
Filename | Size |
---|---|
sqlite-jdbc-3.19.3.pom | |
sqlite-jdbc-3.19.3.jar | 5 MB |
sqlite-jdbc-3.19.3-sources.jar | 5 MB |
sqlite-jdbc-3.19.3-javadoc.jar | 483 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xerial/sqlite-jdbc/ -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.19.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.xerial/sqlite-jdbc/
implementation 'org.xerial:sqlite-jdbc:3.19.3'
// https://jarcasting.com/artifacts/org.xerial/sqlite-jdbc/
implementation ("org.xerial:sqlite-jdbc:3.19.3")
'org.xerial:sqlite-jdbc:jar:3.19.3'
<dependency org="org.xerial" name="sqlite-jdbc" rev="3.19.3">
<artifact name="sqlite-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xerial', module='sqlite-jdbc', version='3.19.3')
)
libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.19.3"
[org.xerial/sqlite-jdbc "3.19.3"]