| Categories |
CategoriesSquare Business Logic Libraries Financial |
|---|---|
| GroupId | GroupIdcom.squareup.sqldelight |
| ArtifactId | ArtifactIdruntime |
| Version | Version1.0.0-rc5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| runtime-1.0.0-rc5.pom | |
| runtime-1.0.0-rc5.module | 1 KB |
| runtime-1.0.0-rc5-sources.jar | 261 bytes |
| runtime-1.0.0-rc5-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.sqldelight/runtime/ -->
<dependency>
<groupId>com.squareup.sqldelight</groupId>
<artifactId>runtime</artifactId>
<version>1.0.0-rc5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.sqldelight/runtime/
implementation 'com.squareup.sqldelight:runtime:1.0.0-rc5'
// https://jarcasting.com/artifacts/com.squareup.sqldelight/runtime/
implementation ("com.squareup.sqldelight:runtime:1.0.0-rc5")
'com.squareup.sqldelight:runtime:pom:1.0.0-rc5'
<dependency org="com.squareup.sqldelight" name="runtime" rev="1.0.0-rc5">
<artifact name="runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squareup.sqldelight', module='runtime', version='1.0.0-rc5')
)
libraryDependencies += "com.squareup.sqldelight" % "runtime" % "1.0.0-rc5"
[com.squareup.sqldelight/runtime "1.0.0-rc5"]