is not current version
Last Version 1.5.3

com.squareup.sqldelight:native-driver 1.4.3

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.3
Type

Type

pom

Download native-driver 1.4.3


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