is not current version
Last Version 1.5.3

com.squareup.sqldelight:runtime 1.0.0-rc4

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.0-rc4
Type

Type

pom

Download runtime 1.0.0-rc4


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