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