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