Download autoimports-groovy-1.0.5.jar file - Jar a

Jar examples for a:autoimports-groovy

Description

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.

You can download jar file autoimports-groovy 1.0.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add autoimports-groovy-1.0.5.jar to your project.

<dependency>
   <groupId>org.devcake.groovy</groupId>
   <artifactId>autoimports-groovy</artifactId>
   <version>1.0.5</version>
</dependency>
compile group: 'org.devcake.groovy', name: 'autoimports-groovy', version: '1.0.5'
libraryDependencies += "org.devcake.groovy" % "autoimports-groovy" % "1.0.5"
<dependency org="org.devcake.groovy" name="autoimports-groovy" rev="1.0.5"/>
@Grapes(@Grab(group='org.devcake.groovy', module='autoimports-groovy', version='1.0.5'))
'org.devcake.groovy:autoimports-groovy:jar:1.0.5'

Download

Click the following link to download the jar file.

autoimports-groovy-1.0.5-javadoc.jar
autoimports-groovy-1.0.5-sources.jar
autoimports-groovy-1.0.5.jar
autoimports-groovy-1.0.5.pom



Related Tutorials