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.

License

License

Categories

Categories

Groovy Languages Auto Application Layer Libs Code Generators
GroupId

GroupId

org.devcake.groovy
ArtifactId

ArtifactId

autoimports-groovy
Last Version

Last Version

1.0.9
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download autoimports-groovy

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.0.6
org.testng : testng jar 5.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.9
1.0.8
1.0.7
1.0.5
1.0.4
1.0.3