is not current version
Last Version 1.5.3

com.squareup.sqldelight:native-driver 1.4.2

Native SQLite driver for SQLDelight

Categories

Categories

Square Business Logic Libraries Financial Native Development Tools
GroupId

GroupId

com.squareup.sqldelight
ArtifactId

ArtifactId

native-driver
Version

Version

1.4.2
Type

Type

pom

Download native-driver 1.4.2


<!-- https://jarcasting.com/artifacts/com.squareup.sqldelight/native-driver/ -->
<dependency>
    <groupId>com.squareup.sqldelight</groupId>
    <artifactId>native-driver</artifactId>
    <version>1.4.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.sqldelight/native-driver/
implementation 'com.squareup.sqldelight:native-driver:1.4.2'
// https://jarcasting.com/artifacts/com.squareup.sqldelight/native-driver/
implementation ("com.squareup.sqldelight:native-driver:1.4.2")
'com.squareup.sqldelight:native-driver:pom:1.4.2'
<dependency org="com.squareup.sqldelight" name="native-driver" rev="1.4.2">
  <artifact name="native-driver" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squareup.sqldelight', module='native-driver', version='1.4.2')
)
libraryDependencies += "com.squareup.sqldelight" % "native-driver" % "1.4.2"
[com.squareup.sqldelight/native-driver "1.4.2"]