Last Version

SQLDelight Compiler 0.9.0

Common code shared between the Gradle and IntelliJ plugin

License

License

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.sqldelight
ArtifactId

ArtifactId

compiler
Version

Version

0.9.0
Type

Type

jar
Description

Description

SQLDelight Compiler
Common code shared between the Gradle and IntelliJ plugin
Project URL

Project URL

https://github.com/square/sqldelight/
Source Code Management

Source Code Management

https://github.com/square/sqldelight/

Download compiler 0.9.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.antlr : antlr4-runtime jar 4.5.3
com.squareup : javapoet jar 1.10.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.truth : truth jar 0.30

Project Modules

There are no modules declared in this project.