is not current version
Last Version 1.5.3

com.squareup.sqldelight:runtime 1.0.3

Multiplatform runtime library to support generated code

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.sqldelight
ArtifactId

ArtifactId

runtime
Version

Version

1.0.3
Type

Type

pom

Download runtime 1.0.3


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