MVN

org.devcake.groovy : autoimports-groovy

Maven & Gradle

Jun 19, 2015
1 usages

Autoimports Groovy · The library allows to execute parts of Groovy scripts in Groovy Console without having to import classes for every piece of code. All import statements from the file are applied automatically to the chunk of code being executed. This allows to use console more effectively. Also specialized Groovy Shell implementation allows to integrate this feature in other projects.

<dependency>
    <groupId>org.devcake.groovy</groupId>
    <artifactId>autoimports-groovy</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.devcake.groovy : autoimports-groovy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of org.devcake.groovy : autoimports-groovy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
autoimports-groovy-1.0.9
autoimports-groovy-1.0.8
autoimports-groovy-1.0.7
autoimports-groovy-1.0.5
autoimports-groovy-1.0.4
autoimports-groovy-1.0.3

How to add a dependency to Maven

Add the following org.devcake.groovy : autoimports-groovy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.devcake.groovy</groupId>
    <artifactId>autoimports-groovy</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.devcake.groovy : autoimports-groovy gradle dependency to your build.gradle file:

implementation 'org.devcake.groovy:autoimports-groovy:1.0.9'

Gradle Kotlin DSL: Add the following org.devcake.groovy : autoimports-groovy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.devcake.groovy:autoimports-groovy:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.devcake.groovy : autoimports-groovy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.devcake.groovy" % "autoimports-groovy" % "1.0.9"

Advertisement

Dependencies from Group

Discover Dependencies

Sep 04, 2015
1 usages
11 stars
May 21, 2016
1 usages
Jul 07, 2015
3 usages
23 stars
Feb 05, 2016
1 usages
4 stars
Dec 20, 2016
1 usages
5 stars
Jul 28, 2015
1 usages
90 stars
Aug 15, 2019
5 usages
9.4k stars
Aug 09, 2017
1 usages
1.2k stars