MVN

com.squareup.sqldelight : idea-plugin

Maven & Gradle

Jan 23, 2020
5.9k stars

SQLDelight IDEA Plugin · IDEA plugin for generating java interfaces for sqlite files

<dependency>
    <groupId>com.squareup.sqldelight</groupId>
    <artifactId>idea-plugin</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.sqldelight : idea-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2
  • Latest Release Candidate: 1.0.0-rc7
  • Latest Alpha: 1.0.0-alpha5

All Versions

Choose a version of com.squareup.sqldelight : idea-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
idea-plugin-1.2.2
idea-plugin-1.2.1
idea-plugin-1.2.0
1.1.x
idea-plugin-1.1.5
idea-plugin-1.1.4
idea-plugin-1.1.3
idea-plugin-1.1.2
idea-plugin-1.1.1
idea-plugin-1.1.0
1.0.x
idea-plugin-1.0.3
idea-plugin-1.0.2
idea-plugin-1.0.1
idea-plugin-1.0.0
idea-plugin-1.0.0-rc7
idea-plugin-1.0.0-rc6
idea-plugin-1.0.0-rc5
idea-plugin-1.0.0-rc4
idea-plugin-1.0.0-rc3
idea-plugin-1.0.0-rc2
idea-plugin-1.0.0-rc1
idea-plugin-1.0.0-alpha5
idea-plugin-1.0.0-alpha4
idea-plugin-1.0.0-alpha3
idea-plugin-1.0.0-alpha2
idea-plugin-1.0.0-alpha1

How to add a dependency to Maven

Add the following com.squareup.sqldelight : idea-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.squareup.sqldelight</groupId>
    <artifactId>idea-plugin</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squareup.sqldelight : idea-plugin gradle dependency to your build.gradle file:

implementation 'com.squareup.sqldelight:idea-plugin:1.2.2'

Gradle Kotlin DSL: Add the following com.squareup.sqldelight : idea-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squareup.sqldelight:idea-plugin:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squareup.sqldelight : idea-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squareup.sqldelight" % "idea-plugin" % "1.2.2"