is not current version
Last Version 1.5.3

com.squareup.sqldelight:runtime 0.3.1

Runtime library to support generated code

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.sqldelight
ArtifactId

ArtifactId

runtime
Version

Version

0.3.1
Type

Type

aar

Download runtime 0.3.1


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