a

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.
http://devcake.org/Projects/Autoimports-Groovy
The Apache Software License, Version 2.0
Sergii Bondarenko
Files download
File Operation
autoimports-groovy-1.0.9.jar download
autoimports-groovy-1.0.9.pom download
autoimports-groovy-1.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.devcake.groovy</groupId>
  <artifactId>autoimports-groovy</artifactId>
  <version>1.0.9</version>
</dependency>
Gradle Groovy
implementation 'org.devcake.groovy:autoimports-groovy:1.0.9'
Gradle Kotlin
implementation("org.devcake.groovy:autoimports-groovy:1.0.9")
Scala SBT
libraryDependencies += "org.devcake.groovy" % "autoimports-groovy" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='org.devcake.groovy', module='autoimports-groovy', version='1.0.9')
)
Apache Ivy
<dependency org="org.devcake.groovy" name="autoimports-groovy" rev="1.0.9" />
Leiningen
[org.devcake.groovy/autoimports-groovy "1.0.9"]
Apache Buildr
'org.devcake.groovy:autoimports-groovy:jar:1.0.9'