License |
License |
---|---|
Categories |
CategoriesGroovy Languages Auto Application Layer Libs Code Generators |
GroupId | GroupIdorg.devcake.groovy |
ArtifactId | ArtifactIdautoimports-groovy |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAutoimports 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.
|
Filename | Size |
---|---|
autoimports-groovy-1.0.9.pom | |
autoimports-groovy-1.0.9.jar | 126 KB |
autoimports-groovy-1.0.9-sources.jar | 15 KB |
autoimports-groovy-1.0.9-javadoc.jar | 44 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.0.6 |
org.testng : testng | jar | 5.13.1 |