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