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

Download JAR files tagged by parts with all dependencies

Search JAR files by class name

ff4j-store-terracotta from group org.ff4j (version 1.3.4)

Group: org.ff4j Artifact: ff4j-store-terracotta
Show documentation Show source 
 

0 downloads
Artifact ff4j-store-terracotta
Group org.ff4j
Version 1.3.4
Last update 30. November 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies ff4j-core, terracotta-toolkit-runtime-ee,
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!

ff4j-store-remoting from group org.ff4j (version 1.1.0)

Group: org.ff4j Artifact: ff4j-store-remoting
Show documentation Show source 
 

0 downloads
Artifact ff4j-store-remoting
Group org.ff4j
Version 1.1.0
Last update 19. November 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies ff4j-core, httpclient,
There are maybe transitive dependencies!

ff4j-store-jdbc from group org.ff4j (version 1.1.0)

Group: org.ff4j Artifact: ff4j-store-jdbc
Show all versions Show documentation Show source 
 

1 downloads
Artifact ff4j-store-jdbc
Group org.ff4j
Version 1.1.0
Last update 19. November 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies ff4j-core, spring-jdbc,
There are maybe transitive dependencies!

ff4j-cache-ehcache from group org.ff4j (version 1.1.0)

Group: org.ff4j Artifact: ff4j-cache-ehcache
Show documentation Show source 
 

0 downloads
Artifact ff4j-cache-ehcache
Group org.ff4j
Version 1.1.0
Last update 19. November 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies ff4j-core, ehcache-core,
There are maybe transitive dependencies!

jericho-html from group net.htmlparser (version 2.3)

Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document, including some common server-side tags, while reproducing verbatim any unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.

Group: net.htmlparser Artifact: jericho-html
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
6 downloads
Artifact jericho-html
Group net.htmlparser
Version 2.3
Last update 06. October 2006
Organization not specified
URL http://jerichohtml.sourceforge.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

stanford-corenlp from group edu.stanford.nlp (version 4.5.7)

Stanford CoreNLP provides a set of natural language analysis tools which can take raw English language text input and give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, mark up the structure of sentences in terms of phrases and word dependencies, and indicate which noun phrases refer to the same entities. It provides the foundational building blocks for higher level text understanding applications.

Group: edu.stanford.nlp Artifact: stanford-corenlp
Show all versions Show documentation Show source 
 

750 downloads
Artifact stanford-corenlp
Group edu.stanford.nlp
Version 4.5.7
Last update 19. April 2024
Organization not specified
URL https://nlp.stanford.edu/software/corenlp.html
License GNU General Public License Version 3
Dependencies amount 21
Dependencies AppleJavaExtensions, jollyday, commons-lang3, lucene-queryparser, lucene-analyzers-common, lucene-core, jakarta.servlet-api, xom, xalan, serializer, joda-time, ejml-core, ejml-ddense, ejml-simple, javax.json, slf4j-api, protobuf-java, javax.activation-api, jaxb-api, istack-commons-runtime, jaxb-impl,
There are maybe transitive dependencies!

cleanup from group com.itextpdf (version 4.0.2)

Redact PDF documents. If you have to share PDFs with different departments or send them out of house, but they include some confidential, sensitive information which should not be shared, pdfSweep is your solution. Redact a PDF containing sensitive, confidential information, such as personal medical information, account numbers, national identification numbers, personal details or social security numbers in a reliable and secure way. Data redaction with pdfSweep removes such data including any underlying information, making it impossible for such information to be recovered. With pdfSweep you can also redact drawings or parts of drawings you do not want your competition to see. PDF Data redaction with pdfSweep gives you the piece of mind that your companies confidential information remains just that, confidential.

Group: com.itextpdf Artifact: cleanup
Show all versions Show documentation Show source 
 

22 downloads
Artifact cleanup
Group com.itextpdf
Version 4.0.2
Last update 02. February 2024
Organization not specified
URL https://itextpdf.com/products/itext-7/pdfsweep
License not specified
Dependencies amount 4
Dependencies io, kernel, layout, commons-imaging,
There are maybe transitive dependencies!

forker-client from group com.sshtools (version 1.6.4)

This is client side library for forker, and the one you most likely want to use in your own applications. It provides the ProcessBuilder replacement, ForkerBuilder, as well the helpers in OSCommand. ForkerBuilder is capable of launching processes using non-blocking I/O or attached to a PTY. It has many additional features not available in the standard process builder including permission elevation, daemonize, processor affinity and more. Parts of the non-blocking API are based on NuProcess (https://github.com/brettwooldridge/NuProcess)

Group: com.sshtools Artifact: forker-client
Show all versions Show documentation Show source 
 

0 downloads
Artifact forker-client
Group com.sshtools
Version 1.6.4
Last update 14. October 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies forker-common,
There are maybe transitive dependencies!



Page 37 from 39 (items total 383)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy