<dependency> <groupId>app.cash.sqldelight</groupId> <artifactId>native-driver</artifactId> <version>2.0.2</version> </dependency>
implementation 'app.cash.sqldelight:native-driver:2.0.2'
implementation("app.cash.sqldelight:native-driver:2.0.2")
libraryDependencies += "app.cash.sqldelight" % "native-driver" % "2.0.2"
@Grapes( @Grab(group='app.cash.sqldelight', module='native-driver', version='2.0.2') )
<dependency org="app.cash.sqldelight" name="native-driver" rev="2.0.2" />
[app.cash.sqldelight/native-driver "2.0.2"]
'app.cash.sqldelight:native-driver:jar:2.0.2'
runtime
|-- app.cash.sqldelight:runtime:2.0.2
|-- co.touchlab:stately-concurrency:2.0.7
|-- co.touchlab:sqliter-driver:1.3.1
|-- org.jetbrains.kotlin:kotlin-stdlib:1.9.23