Categories |
CategoriesSQLite Data Databases |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdsqlite3 |
Version | Version3.1.8 |
Type | Typejar |
Filename | Size |
---|---|
sqlite3-3.1.8.pom | |
sqlite3-3.1.8.jar | 2 MB |
sqlite3-3.1.8-sources.jar | 22 bytes |
sqlite3-3.1.8-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/sqlite3/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>sqlite3</artifactId>
<version>3.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/sqlite3/
implementation 'org.webjars.npm:sqlite3:3.1.8'
// https://jarcasting.com/artifacts/org.webjars.npm/sqlite3/
implementation ("org.webjars.npm:sqlite3:3.1.8")
'org.webjars.npm:sqlite3:jar:3.1.8'
<dependency org="org.webjars.npm" name="sqlite3" rev="3.1.8">
<artifact name="sqlite3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='sqlite3', version='3.1.8')
)
libraryDependencies += "org.webjars.npm" % "sqlite3" % "3.1.8"
[org.webjars.npm/sqlite3 "3.1.8"]