License |
License |
---|---|
Categories |
CategoriesSQLite Data Databases |
GroupId | GroupIdch.ergon.adam |
ArtifactId | ArtifactIdsqlite |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionch.ergon.adam:sqlite
The SQLite plugin for ADAM
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sqlite-1.0.0.pom | |
sqlite-1.0.0.jar | 11 KB |
sqlite-1.0.0-sources.jar | 5 KB |
sqlite-1.0.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.ergon.adam/sqlite/ -->
<dependency>
<groupId>ch.ergon.adam</groupId>
<artifactId>sqlite</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.ergon.adam/sqlite/
implementation 'ch.ergon.adam:sqlite:1.0.0'
// https://jarcasting.com/artifacts/ch.ergon.adam/sqlite/
implementation ("ch.ergon.adam:sqlite:1.0.0")
'ch.ergon.adam:sqlite:jar:1.0.0'
<dependency org="ch.ergon.adam" name="sqlite" rev="1.0.0">
<artifact name="sqlite" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.ergon.adam', module='sqlite', version='1.0.0')
)
libraryDependencies += "ch.ergon.adam" % "sqlite" % "1.0.0"
[ch.ergon.adam/sqlite "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.ergon.adam : jooq | jar | 1.0.0 |
org.xerial : sqlite-jdbc | jar | 3.34.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |