| Categories | CategoriesSQLite Data Databases Square Business Logic Libraries Financial | 
|---|---|
| GroupId | GroupIdcom.squareup.sqldelight | 
| ArtifactId | ArtifactIdsqlite-driver | 
| Version | Version1.0.0-alpha1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| sqlite-driver-1.0.0-alpha1.pom | |
| sqlite-driver-1.0.0-alpha1.jar | 8 KB | 
| sqlite-driver-1.0.0-alpha1-sources.jar | 1 KB | 
| sqlite-driver-1.0.0-alpha1-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.squareup.sqldelight/sqlite-driver/ -->
<dependency>
    <groupId>com.squareup.sqldelight</groupId>
    <artifactId>sqlite-driver</artifactId>
    <version>1.0.0-alpha1</version>
</dependency>// https://jarcasting.com/artifacts/com.squareup.sqldelight/sqlite-driver/
implementation 'com.squareup.sqldelight:sqlite-driver:1.0.0-alpha1'// https://jarcasting.com/artifacts/com.squareup.sqldelight/sqlite-driver/
implementation ("com.squareup.sqldelight:sqlite-driver:1.0.0-alpha1")'com.squareup.sqldelight:sqlite-driver:jar:1.0.0-alpha1'<dependency org="com.squareup.sqldelight" name="sqlite-driver" rev="1.0.0-alpha1">
  <artifact name="sqlite-driver" type="jar" />
</dependency>@Grapes(
@Grab(group='com.squareup.sqldelight', module='sqlite-driver', version='1.0.0-alpha1')
)libraryDependencies += "com.squareup.sqldelight" % "sqlite-driver" % "1.0.0-alpha1"[com.squareup.sqldelight/sqlite-driver "1.0.0-alpha1"]