is not current version
Last Version 3.1.13

org.webjars.npm:sqlite3 3.1.8

WebJar for sqlite3

Categories

Categories

SQLite Data Databases
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

sqlite3
Version

Version

3.1.8
Type

Type

jar

Download sqlite3 3.1.8


<!-- 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"]