is not current version
Last Version 3.1.13

org.webjars.npm:sqlite3 3.1.10

WebJar for sqlite3

Categories

Categories

SQLite Data Databases
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

sqlite3
Version

Version

3.1.10
Type

Type

jar

Download sqlite3 3.1.10


<!-- https://jarcasting.com/artifacts/org.webjars.npm/sqlite3/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>sqlite3</artifactId>
    <version>3.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/sqlite3/
implementation 'org.webjars.npm:sqlite3:3.1.10'
// https://jarcasting.com/artifacts/org.webjars.npm/sqlite3/
implementation ("org.webjars.npm:sqlite3:3.1.10")
'org.webjars.npm:sqlite3:jar:3.1.10'
<dependency org="org.webjars.npm" name="sqlite3" rev="3.1.10">
  <artifact name="sqlite3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='sqlite3', version='3.1.10')
)
libraryDependencies += "org.webjars.npm" % "sqlite3" % "3.1.10"
[org.webjars.npm/sqlite3 "3.1.10"]