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

Download JAR files tagged by nature with all dependencies

Search JAR files by class name

nifi-security-utils from group org.apache.nifi (version 2.0.0-M4)

This nifi-security-utils module is meant to hold the majority of utilities that one could need to enable secure transport or interact with encryption. Care should be taken to keep the number of dependencies to a minimum given the utility nature of this library.

Group: org.apache.nifi Artifact: nifi-security-utils
Show all versions Show documentation Show source 
 

8 downloads
Artifact nifi-security-utils
Group org.apache.nifi
Version 2.0.0-M4
Last update 28. June 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies slf4j-api, nifi-security-utils-api, nifi-security-ssl, nifi-security-cert-builder, bcprov-jdk18on,
There are maybe transitive dependencies!

selenium-automation-framework from group com.github.licanhua.test (version 0.1.2)

Group: com.github.licanhua.test Artifact: selenium-automation-framework
Show all versions Show documentation Show source 
 

8 downloads
Artifact selenium-automation-framework
Group com.github.licanhua.test
Version 0.1.2
Last update 31. October 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies selenium-java, junit, config, slf4j-log4j12,
There are maybe transitive dependencies!

selenium-automation-parent from group com.github.licanhua.test (version 0.1.2)

Selenium automation framework is not only a test automation framework, but also the best practice of using Selenium for automation testing. It provides nature way describe your web pages, and provides a lot of handy features to release you from the framework development. You can apply a lot of best practices of Selenium testing in one minute.

Group: com.github.licanhua.test Artifact: selenium-automation-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact selenium-automation-parent
Group com.github.licanhua.test
Version 0.1.2
Last update 31. October 2016
Organization not specified
URL https://github.com/licanhua/selenium-automation
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

selenium-automation-example from group com.github.licanhua.test (version 0.1.2)

Group: com.github.licanhua.test Artifact: selenium-automation-example
Show all versions Show documentation Show source 
 

0 downloads
Artifact selenium-automation-example
Group com.github.licanhua.test
Version 0.1.2
Last update 31. October 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies selenium-automation-framework, junit,
There are maybe transitive dependencies!

groovy-controlpanel from group works.lmz.controlpanel (version 1.1)

A Stencil servlet which provides a GroovyShell control panel allowing the execution of arbitrary Groovy scripts at the endpoint admin/groovyexec. The purpose is to allow support personnel to interrogate the internal state of the running web application. Due to the nature of this control panel it strongly recommended that it is secured

Group: works.lmz.controlpanel Artifact: groovy-controlpanel
Show documentation Show source 
 

0 downloads
Artifact groovy-controlpanel
Group works.lmz.controlpanel
Version 1.1
Last update 24. February 2016
Organization not specified
URL http://lmz.works/groovy-controlpanel
License MIT License
Dependencies amount 2
Dependencies lmz-controlpanel, composite-syllabus,
There are maybe transitive dependencies!

commons-vfs-truezip from group fr.perigee (version 0.0.5)

A commons VFS archive file system using TrueZip to allow R/W operations on zips. According to modular TrueZip nature, this project is also modular, allowing one to use only required compoent (which will pull the right TrueZip dependency tree).

Group: fr.perigee Artifact: commons-vfs-truezip
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact commons-vfs-truezip
Group fr.perigee
Version 0.0.5
Last update 11. September 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-vfs2,
There are maybe transitive dependencies!

cas-metadata from group org.apache.oodt (version 1.9.1)

A Multi-valued, generic Metadata container class. The class uses an internal Map of string keys pointing to vectors of strings. The data structure looks like the following: [std:string key]⇒std:vector of std:strings The multi-valued nature of the class is handled transparently by this Metadata container. Since all values are stored internally as string vectors, the difference between a scalar value and a non-scalar is handled by determining whether the list of values for a particular key is greater than 1.

Group: org.apache.oodt Artifact: cas-metadata
Show all versions Show documentation Show source 
 

0 downloads
Artifact cas-metadata
Group org.apache.oodt
Version 1.9.1
Last update 25. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies guava, commons-codec, commons-io, commons-lang, commons-logging, oodt-commons, pcs-input, tika-core, spring-core, spring-hibernate3,
There are maybe transitive dependencies!

hppcrt from group com.github.vsonnier (version 0.7.5)

High Performance Primitive Collections Realtime (fork of HPPC from Carrotsearch) Fundamental data structures (maps, sets, lists, queues, heaps, sorts) generated for combinations of object and primitive types to conserve JVM memory and speed up execution. The Realtime fork intends to extend the existing collections, by tweaking to remove any dynamic allocations at runtime, and to obtain low variance execution times whatever the input nature.

Group: com.github.vsonnier Artifact: hppcrt
Show all versions Show documentation Show source 
 

8 downloads
Artifact hppcrt
Group com.github.vsonnier
Version 0.7.5
Last update 11. July 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

apache-rat-project from group org.apache.rat (version 0.16.1)

Apache Rat is a release audit tool. It improves accuracy and efficiency when checking releases. It is heuristic in nature: making guesses about possible problems. It will produce false positives and cannot find every possible issue with a release. Its reports require interpretation. In response to demands from project quality tool developers, Rat is available as a library suitable for inclusion in tools. This POM describes that library. Note that binary compatibility is not guaranteed between 0.x releases. Apache Rat is developed by the Apache Creadur project, a language and build agnostic home for software distribution comprehension and audit tools.

Group: org.apache.rat Artifact: apache-rat-project
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact apache-rat-project
Group org.apache.rat
Version 0.16.1
Last update 24. January 2024
Organization Apache Software Foundation
URL https://creadur.apache.org/rat/
License Apache License, Version 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jparsec from group jparsec (version 2.0.1)

What is jparsec? Jparsec is a recursive-desent parser combinator framework written for Java. It constructs parsers in native Java language only. Why yet another parser framework? Jparsec stands out for its combinator nature. It is no parser generator like YACC or ANTLR. No extra grammar file is required. Grammar is written in native Java /C# language, which also means you can utilize all the utilities in the Java/.Net community to get your parser fancy. What does "jparsec" stand for? Jparsec is an implementation of Haskell Parsec on the Java platform. Feature highlights. operator precendence grammar. accurate error location and customizable error message. rich set of pre-defined reusable combinator functions. declarative API that resembles BNF. [email protected] [email protected]

Group: jparsec Artifact: jparsec
Show all versions Show documentation Show source 
 

1 downloads
Artifact jparsec
Group jparsec
Version 2.0.1
Last update 10. October 2012
Organization codehaus.org
URL http://jparsec.codehaus.org
License Apache License, Version 2.0 (the "License")
Dependencies amount 3
Dependencies cglib, easymock, junit,
There are maybe transitive dependencies!



Page 3 from 3 (items total 31)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy