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

Download JAR files tagged by result with all dependencies

Search JAR files by class name

esapi from group org.owasp.esapi (version 2.5.3.1)

The Enterprise Security API (ESAPI) project is an OWASP project to create simple strong security controls for every web platform. Security controls are not simple to build. You can read about the hundreds of pitfalls for unwary developers on the OWASP web site. By providing developers with a set of strong controls, we aim to eliminate some of the complexity of creating secure web applications. This can result in significant cost savings across the SDLC.

Group: org.owasp.esapi Artifact: esapi
Show all versions Show documentation Show source 
 

472 downloads
Artifact esapi
Group org.owasp.esapi
Version 2.5.3.1
Last update 01. December 2023
Organization The Open Worldwide Application Security Project (OWASP)
URL https://owasp.org/www-project-enterprise-security-api/
License BSD
Dependencies amount 11
Dependencies xom, commons-beanutils, commons-configuration, commons-lang, commons-fileupload, commons-collections4, bsh, antisamy, slf4j-api, xml-apis, commons-io,
There are maybe transitive dependencies!

ai-pipeline from group org.apache.skywalking (version 9.7.0)

AI pipeline module include pipelines connecting the OAP kernel and any 3rd party AI and/or algorithm server. The kernel would call the pipeline in the specific context/scenario with well formatted telemetry data, and expect the remote to respond with the result of the AI/algorithm as quick as possible, but in async way in case of large size of data or lower performance behavior of the remote.

Group: org.apache.skywalking Artifact: ai-pipeline
Show all versions Show documentation Show source 
 

0 downloads
Artifact ai-pipeline
Group org.apache.skywalking
Version 9.7.0
Last update 28. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies grpc-netty, grpc-protobuf, grpc-stub, library-module, library-client,
There are maybe transitive dependencies!

externalsortinginjava from group com.google.code.externalsortinginjava (version 0.6.2)

Sometimes, you want to sort large file without first loading them into memory. The solution is to use External Sorting. You divide the files into small blocks, sort each block in RAM, and then merge the result. Many database engines and the Unix sort command support external sorting. But what if you want to avoid a database? Or what if you want to sort in a non-lexicographic order? Or maybe you just want a simple external sorting example? When we could not find such a simple program, we wrote one.

Group: com.google.code.externalsortinginjava Artifact: externalsortinginjava
Show all versions Show documentation Show source 
 

5 downloads
Artifact externalsortinginjava
Group com.google.code.externalsortinginjava
Version 0.6.2
Last update 04. April 2023
Organization not specified
URL http://github.com/lemire/externalsortinginjava/
License Public Domain
Dependencies amount 1
Dependencies commons-csv,
There are maybe transitive dependencies!

DrowsinessDetector from group com.bluetrailsoft.drowsinessmodule (version 0.0.1)

Library developed in Kotlin and Java that makes use of MLKit for image analysis in real time. The input is a frame obtained from a camera or video source and the otuput is a state that indicates the probability of drowsiness of a user over the minutes. The library analyzes the eyes, mouth and head drop to get a more accurate result of each frame.

Group: com.bluetrailsoft.drowsinessmodule Artifact: DrowsinessDetector
Show documentation Show source 
 

0 downloads
Artifact DrowsinessDetector
Group com.bluetrailsoft.drowsinessmodule
Version 0.0.1
Last update 17. February 2023
Organization not specified
URL https://gitlab.bluetrail.software/dowsiness-detection/dacia-android/-/tree/main/DrowsinessModule
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

rdf4j-sail-federation from group org.eclipse.rdf4j (version 4.0.0-M1)

The Federation SAIL allows multiple datasets to be virtually combined into a single dataset. The Federation SAIL combines multiple RDF stores that may exist on a remote server or are embedded in the same JVM. The Federation uses query optimizations to distribute sections of the query to different members based on the data contained in each of the members. These results are then joined together within the federation to provide the same result as if all the data was co-located within a single repository.

Group: org.eclipse.rdf4j Artifact: rdf4j-sail-federation
Show all versions Show documentation Show source 
 

0 downloads
Artifact rdf4j-sail-federation
Group org.eclipse.rdf4j
Version 4.0.0-M1
Last update 28. November 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies rdf4j-rio-turtle, rdf4j-queryalgebra-evaluation, rdf4j-sail-inferencer, rdf4j-model, rdf4j-repository-manager, rdf4j-repository-sail,
There are maybe transitive dependencies!

geocode from group com.afrigis.services (version 3.0.2)

Forward Geocoding matches an address to its correct location on the map by converting an address into geographical coordinates. Applications submit addresses or a search string containing partial address information. The result is either a single record exactly matching the input, or a set of records ranked by relevance when the input is ambiguous.

Group: com.afrigis.services Artifact: geocode
Show all versions Show documentation Show source 
 

0 downloads
Artifact geocode
Group com.afrigis.services
Version 3.0.2
Last update 18. July 2017
Organization AfriGIS (Pty) Ltd
URL https://developers.afrigis.co.za/portfolio/search/
License not specified
Dependencies amount 1
Dependencies core,
There are maybe transitive dependencies!

sesame-sail-federation from group org.openrdf.sesame (version 4.1.2)

The Federation SAIL allows multiple datasets to be virtually combined into a single dataset. The Federation SAIL combines multiple RDF stores that may exist on a remote server or are embedded in the same JVM. The Federation uses query optimizations to distribute sections of the query to different members based on the data contained in each of the members. These results are then joined together within the federation to provide the same result as if all the data was co-located within a single repository.

Group: org.openrdf.sesame Artifact: sesame-sail-federation
Show all versions Show documentation Show source 
 

0 downloads
Artifact sesame-sail-federation
Group org.openrdf.sesame
Version 4.1.2
Last update 02. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies sesame-rio-turtle, sesame-queryalgebra-evaluation, sesame-sail-inferencer, sesame-model, sesame-repository-sail,
There are maybe transitive dependencies!

jwebunit from group net.sourceforge.jwebunit (version 3.3)

JWebUnit is a Java framework that facilitates creation of acceptance tests for web applications. It evolved from a project where we were using HttpUnit and JUnit to create acceptance tests. As the tests were being written, they were continuously refactored to remove duplication and other bad smells in the test code. JWebUnit is the result of these refactorings.

Group: net.sourceforge.jwebunit Artifact: jwebunit
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jwebunit
Group net.sourceforge.jwebunit
Version 3.3
Last update 08. October 2015
Organization JWebUnit
URL https://jwebunit.github.io/jwebunit/
License LGPL License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

UT_DSL from group net.sourceforge.scenarlang (version 1.1.9)

ScenarLang is a domain specific language (DSL) that attempts to make it even easier to setup (unit) tests with mockito. What it offers is : => A json like notation to declare your java objects (that way it is less boring to configure deeply nested data structure for your tests). => A declarative way configure what the result of a mock call should be.

Group: net.sourceforge.scenarlang Artifact: UT_DSL
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact UT_DSL
Group net.sourceforge.scenarlang
Version 1.1.9
Last update 03. March 2013
Organization not specified
URL https://sourceforge.net/p/scenarlang
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

htmlcompressor from group com.googlecode.htmlcompressor (version 1.5.2)

HtmlCompressor is a small, fast and very easy to use Java library that minifies given HTML or XML source by removing extra whitespaces, comments and other unneeded characters without breaking the content structure. As a result pages become smaller in size and load faster. A command-line version of the compressor is also available.

Group: com.googlecode.htmlcompressor Artifact: htmlcompressor
Show all versions Show documentation Show source 
 

8 downloads
Artifact htmlcompressor
Group com.googlecode.htmlcompressor
Version 1.5.2
Last update 09. October 2011
Organization Sergiy Kovalchuk
URL http://code.google.com/p/htmlcompressor/
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 51 from 57 (items total 565)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy