License |
License |
---|---|
Categories |
CategoriesSquare Business Logic Libraries Financial |
GroupId | GroupIdcom.squareup.sqldelight |
ArtifactId | ArtifactIdcompiler |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSQLDelight Compiler
Common code shared between the Gradle and IntelliJ plugin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
compiler-0.9.0.pom | |
compiler-0.9.0.jar | 210 KB |
compiler-0.9.0-sources.jar | 148 KB |
compiler-0.9.0-javadoc.jar | 416 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.truth : truth | jar | 0.30 |