All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by groovy with all dependencies

Search JAR files by class name

spock-core from group org.spockframework (version 2.4-M4-groovy-4.0)

Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms.

Group: org.spockframework Artifact: spock-core
Show all versions Show documentation Show source 
 

88 downloads
Artifact spock-core
Group org.spockframework
Version 2.4-M4-groovy-4.0
Last update 21. March 2024
Organization not specified
URL https://spockframework.org
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies groovy, junit-platform-engine, hamcrest,
There are maybe transitive dependencies!

html2excel from group com.github.liaochong (version 1.4.1)

Html2excel, is a toolkit that can directly use Html files, or use the built-in Freemarker, Groovy, Beetl and other template engine Excel builder to generate Html files, and use the Table in the Html file as an Excel template to generate Excel of any complex layout. Supports .xls and .xlsx formats, supports personalization of background colors, borders, fonts, etc., and supports merging of cells.

Group: com.github.liaochong Artifact: html2excel
Show all versions Show documentation Show source 
 

5 downloads
Artifact html2excel
Group com.github.liaochong
Version 1.4.1
Last update 23. February 2019
Organization not specified
URL https://github.com/liaochong/html2excel
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies poi-ooxml, jsoup, slf4j-api, beetl,
There are maybe transitive dependencies!

kfGroovy from group nz.ac.waikato.cms.weka (version 1.0.12)

Knowledge Flow plugin that provides a Knowledge Flow step that wraps around a Groovy script. The plugin generates a fully compilable template Groovy script that implements various Knowledge Flow interfaces. The user can fill in the methods that are necessary to accomplish the desired logic. The script is compiled at runtime and the Groovy component passes incoming events to the script and collects and passes on generated events.

Group: nz.ac.waikato.cms.weka Artifact: kfGroovy
Show all versions Show documentation Show source 
 

0 downloads
Artifact kfGroovy
Group nz.ac.waikato.cms.weka
Version 1.0.12
Last update 06. June 2016
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/kfGroovy
License GNU General Public License 3
Dependencies amount 2
Dependencies weka-dev, groovy-all,
There are maybe transitive dependencies!

groovy from group cc.redberry (version 1.1.10)

Redberry is an open source computer algebra system designed for tensor manipulation. It implements basic computer algebra system routines as well as complex tools for real computations in physics. This is the Groovy facade for Redberry. It contains the classes and categories defining DSL features and syntax notations for common routines from redebrry-core and redberry-physics.

Group: cc.redberry Artifact: groovy
Show all versions Show documentation Show source 
 

0 downloads
Artifact groovy
Group cc.redberry
Version 1.1.10
Last update 17. January 2016
Organization not specified
URL http://redberry.cc/
License GNU General Public License, version 3
Dependencies amount 4
Dependencies core, physics, groovy-all, groovy-backports-compat23,
There are maybe transitive dependencies!

autoimports-groovy from group org.devcake.groovy (version 1.0.9)

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.

Group: org.devcake.groovy Artifact: autoimports-groovy
Show all versions Show documentation Show source 
 

0 downloads
Artifact autoimports-groovy
Group org.devcake.groovy
Version 1.0.9
Last update 19. June 2015
Organization not specified
URL http://devcake.org/Projects/Autoimports-Groovy
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies groovy-all, testng,
There are maybe transitive dependencies!

remoteconsole-groovy from group org.devcake.groovy (version 1.0.16)

The library allows to create remote console server easily, and run Groovy scripts remotely on the console server. It supports execution of parts of the script, with all import statements applied. The library can be used as a standalone remote console server, and as embedded console server. It contains default implementaiton of Remote Console client, whereas customized implementation is also available.

Group: org.devcake.groovy Artifact: remoteconsole-groovy
Show all versions Show documentation Show source 
 

0 downloads
Artifact remoteconsole-groovy
Group org.devcake.groovy
Version 1.0.16
Last update 19. November 2014
Organization not specified
URL http://devcake.org/Projects/Remoteconsole-Groovy
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies commons-collections, easymock, testng, autoimports-groovy, groovy-all,
There are maybe transitive dependencies!

groovy-params-checker from group com.faceture (version 1.0.28)

Automatic Groovy parameter checker. How to use: 1. Annotate your Groovy classes with @ParamsNotNullNotEmpty; 2. At compile time, code will be added into each of your methods to check each parameter to make sure it is not null and in the case of Collections, Maps and Strings, it is not empty; 3. At run time, if a parameter is null or empty, it will throw an IllegalArgumentException with details about the null or empty parameter. To disable the annotation at compile time, set the ParamsNotNullNotEmpty.NoOpMode flag to true.

Group: com.faceture Artifact: groovy-params-checker
Show all versions Show documentation Show source 
 

0 downloads
Artifact groovy-params-checker
Group com.faceture
Version 1.0.28
Last update 23. August 2014
Organization not specified
URL https://github.com/xnickmx/params-checker
License MIT License
Dependencies amount 1
Dependencies groovy-all,
There are maybe transitive dependencies!

clover from group com.cenqua.clover (version 3.3.0)

Clover is an award winning code coverage and testing tool for Java and Groovy. It integrates easily with Maven (1, 2 and 3), Ant, Grails, Eclipse and IntelliJ IDEA as well as with continuous integration servers such as Bamboo, Jenkins or Hudson. ANNOUNCEMENT: since Clover 4.0 (planned mid 2014), this artifact will be renamed to com.atlassian.clover:clover.

Group: com.cenqua.clover Artifact: clover
Show all versions Show documentation Show source 
 

5 downloads
Artifact clover
Group com.cenqua.clover
Version 3.3.0
Last update 31. March 2014
Organization Atlassian Pty Ltd
URL http://atlassian.com/software/clover
License Atlassian End User Agreement
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gant_groovy1.5 from group org.codehaus.gant (version 1.8.1)

Gant is a tool for scripting Ant tasks using Groovy instead of XML to specify the logic. A Gant specification is just a Groovy script and so can bring all the power of Groovy to bear directly, something not possible with Ant scripts. Whilst it might be seen as a competitor to Ant, Gant relies on all the Ant tasks for actually doing things, so it is really an alternative way of doing things using Ant, but using a programming language rather than XML to specify the rules.

Group: org.codehaus.gant Artifact: gant_groovy1.5
Show all versions 
 

0 downloads
Artifact gant_groovy1.5
Group org.codehaus.gant
Version 1.8.1
Last update 13. October 2009
Organization Russel Winder
URL http://gant.codehaus.org/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies groovy-all, commons-cli, ant,
There are maybe transitive dependencies!

scriptom-all-assembly from group org.codehaus.groovy.modules.scriptom (version 1.6.0)

Assembly that includes the Scriptom JAR, the JACOB JAR and its DLLs, the standard set of type library JARs, and supplemental information. This project does not include Groovy and its dependencies (since versions of Scriptom can run on different versions of Groovy). The contents of this project are included in the latest Windows Installer for Groovy, and may also be used to add full support for Scriptom to Groovy applications running on the Windows platform.

Group: org.codehaus.groovy.modules.scriptom Artifact: scriptom-all-assembly
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact scriptom-all-assembly
Group org.codehaus.groovy.modules.scriptom
Version 1.6.0
Last update 09. April 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies scriptom-ie-6-tlb, scriptom-office-2k3-tlb, scriptom-sapi-tlb, scriptom-wbem-tlb, scriptom-wsh-tlb, scriptom-scripting-tlb, jacob, jacob, jacob,
There are maybe transitive dependencies!



Page 107 from 120 (items total 1194)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy