is not current version
Last Version 1.0.9

org.devcake.groovy:autoimports-groovy 1.0.4

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.

Categories

Categories

Groovy Languages Auto Application Layer Libs Code Generators
GroupId

GroupId

org.devcake.groovy
ArtifactId

ArtifactId

autoimports-groovy
Version

Version

1.0.4
Type

Type

jar

Download autoimports-groovy 1.0.4


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