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

Download JAR files tagged by scripts with all dependencies

Search JAR files by class name

scriptingbundle-maven-plugin from group org.apache.sling (version 0.5.2)

The Apache Sling Scripting Bundle Maven Plugin provides support for packing server-side scripts as bundle entries (directly embedded or compiled as Java classes). When executed, the plugin will define two system properties which can be used to populate the Provide-Capability and Require-Capability bundle headers.

Group: org.apache.sling Artifact: scriptingbundle-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact scriptingbundle-maven-plugin
Group org.apache.sling
Version 0.5.2
Last update 16. December 2021
Organization not specified
URL https://sling.apache.org/components/scriptingbundle-maven-plugin/
License not specified
Dependencies amount 14
Dependencies annotations, maven-plugin-api, maven-model, maven-core, maven-compat, org.osgi.framework, org.apache.sling.scripting.spi, org.apache.sling.api, biz.aQute.bndlib, org.apache.jackrabbit.vault, jcr, oak-jackrabbit-api, jackrabbit-spi-commons, org.apache.sling.jcr.resource,
There are maybe transitive dependencies!

ask-sdk-mvc from group com.amazon.alexa (version 0.1.0)

The Alexa Skills Kit MVC Framework extends the existing ASK SDK, adding features for mapping requests to methods and rendering responses via view scripts and templates such as Nashorn Javascript and Freemarker. It also integrates with the ASK SDK Interaction Model Mapper framework to create a single environment where both the interaction model and business logic of skills can be managed as code packages.

Group: com.amazon.alexa Artifact: ask-sdk-mvc
Show documentation Show source 
 

1 downloads
Artifact ask-sdk-mvc
Group com.amazon.alexa
Version 0.1.0
Last update 11. September 2018
Organization not specified
URL http://developer.amazon.com/ask
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies ask-sdk-interaction-model-mapper, ask-sdk,
There are maybe transitive dependencies!

SiteCrawler from group io.github.jasperroel (version 1.0.0)

This project provides a simple WebCrawler with retry-capabilities, functionality to distinguish between http/https sites. It biggest feature is that it allows for plugins (or CrawlerActions), which allows you to hook your scripts into the crawling process. It also allow for setting "blocked" URLs. Those URLs or patterns will not be crawled.

Group: io.github.jasperroel Artifact: SiteCrawler
Show documentation Show source 
 

0 downloads
Artifact SiteCrawler
Group io.github.jasperroel
Version 1.0.0
Last update 30. July 2018
Organization Salesforce.com
URL https://github.com/forcedotcom/SiteCrawler
License The BSD 2-Clause License
Dependencies amount 3
Dependencies jcl-over-slf4j, htmlunit, commons-lang,
There are maybe transitive dependencies!

image-plugin-jai from group it.tidalwave.image (version 1.0-ALPHA-4)

Group: it.tidalwave.image Artifact: image-plugin-jai
Show documentation Show source 
 

0 downloads
Artifact image-plugin-jai
Group it.tidalwave.image
Version 1.0-ALPHA-4
Last update 28. December 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies image-core, image-operations, image-contributions, org-openide-util-lookup, javax-media-jai,
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!

webservices from group com.sun.xml.ws (version 2.1-b15)

Metro is a high-performance, extensible, easy-to-use web service stack. It is a one-stop shop for all your web service needs, from the simplest hello world web service to reliable, secured, and transacted web service that involves .NET services. This is the top module for the Metro project. This is the module you should depend upon by default. The Maven distribution is meant for use of Metro outside a container. For Tomcat or GlassFish please use the regular distribution with its installation scripts.

Group: com.sun.xml.ws Artifact: webservices
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact webservices
Group com.sun.xml.ws
Version 2.1-b15
Last update 04. October 2010
Organization Sun Microsystems, Inc
URL https://metro.dev.java.net/
License Dual License: CDDL 1.0 and GPL V2 with Classpath Exception
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!

gant from group org.codehaus.gant (version 1.4.0)

Gant is a build tool for scripting Ant tasks using Groovy instead of XML to specify the build logic. A Gant build 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 builds using Ant, but using a programming language rather than XML to specify the build rules.

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

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

MathParser.org-mXparser from group org.mariuszgromada.math (version 5.2.1)

mXparser is a super easy, rich, fast and highly flexible math expression parser library (parser and evaluator of mathematical expressions / formulas provided as plain text / string). Software delivers easy to use API for JAVA, Android and C# .NET/MONO (Common Language Specification compliant: F#, Visual Basic, C++/CLI). *** If you find the software useful donation or purchase is something you might consider: https://mathparser.org/donate/ *** Online store: https://payhip.com/INFIMA *** Scalar Scientific Calculator, Charts and Scripts, Scalar Lite: https://play.google.com/store/apps/details?id=org.mathparser.scalar.lite *** Scalar Pro: https://play.google.com/store/apps/details?id=org.mathparser.scalar.pro *** ScalarMath.org: https://scalarmath.org/ *** MathSpace.pl: https://mathspace.pl/ ***

Group: org.mariuszgromada.math Artifact: MathParser.org-mXparser
Show all versions Show documentation Show source 
 

209 downloads
Artifact MathParser.org-mXparser
Group org.mariuszgromada.math
Version 5.2.1
Last update 07. February 2023
Organization MathParser.org
URL https://mathparser.org/
License DUAL LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 59 from 61 (items total 609)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy