License |
License |
---|---|
Categories |
CategoriesSQLite Data Databases JDBI |
GroupId | GroupIdorg.jdbi |
ArtifactId | ArtifactIdjdbi3-sqlite |
Last Version | Last Version3.30.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjdbi3 sqlite
Jdbi sqlite support
|
Filename | Size |
---|---|
jdbi3-sqlite-3.30.0.pom | |
jdbi3-sqlite-3.30.0.jar | 4 KB |
jdbi3-sqlite-3.30.0-tests.jar | 4 KB |
jdbi3-sqlite-3.30.0-test-sources.jar | 3 KB |
jdbi3-sqlite-3.30.0-sources.jar | 5 KB |
jdbi3-sqlite-3.30.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-sqlite/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-sqlite</artifactId>
<version>3.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-sqlite/
implementation 'org.jdbi:jdbi3-sqlite:3.30.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-sqlite/
implementation ("org.jdbi:jdbi3-sqlite:3.30.0")
'org.jdbi:jdbi3-sqlite:jar:3.30.0'
<dependency org="org.jdbi" name="jdbi3-sqlite" rev="3.30.0">
<artifact name="jdbi3-sqlite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-sqlite', version='3.30.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-sqlite" % "3.30.0"
[org.jdbi/jdbi3-sqlite "3.30.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-core | jar | 3.30.0 |
Group / Artifact | Type | Version |
---|---|---|
org.xerial : sqlite-jdbc | jar | 3.36.0.1 |
org.slf4j : slf4j-simple | jar | 1.7.32 |
org.junit.jupiter : junit-jupiter-api Optional | jar | |
org.assertj : assertj-core | jar | 3.21.0 |