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

Download JAR files tagged by each with all dependencies

Search JAR files by class name

structural-type from group codes.rafael.structuraltype (version 1.6)

Group: codes.rafael.structuraltype Artifact: structural-type
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads

mongo-change-stream-enhancer from group com.gravity9 (version 1.0.0-beta)

This is a lightweight library that allows Java developers to scale their usage of MongoDB Change Streams. Mongo Change Stream Enhancer divides Change Stream events into partitions and enables you to handle them in separate Threads, increasing throughput. It achieves that by creating a Change Stream per each partition (number is configurable) and handling each Change Stream in a dedicated Thread.

Group: com.gravity9 Artifact: mongo-change-stream-enhancer
Show documentation Show source 
 

0 downloads
Artifact mongo-change-stream-enhancer
Group com.gravity9
Version 1.0.0-beta
Last update 01. August 2024
Organization not specified
URL https://github.com/gravity9-tech/mongo-cse
License The Apache License, Version 2.0
Dependencies amount 4
Dependencies mongodb-driver-sync, log4j-api, log4j-core, log4j-slf4j-impl,
There are maybe transitive dependencies!

pple-sdk from group com.scandit.shelf (version 1.5.0-beta.2)

The Price and Promotion Label Execution (PPLE) SDK by Scandit is a tool for validating price labels. It provides the capabilities for validating the price and aggregating this information to a web tool. For each scanned label, the SDK validates its price and indicates whether it is correct, incorrect or unknown. Your application can be then designed to function based on this information. Mismatched data then can be uploaded to the web tool and tasked accordingly.

Group: com.scandit.shelf Artifact: pple-sdk
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact pple-sdk
Group com.scandit.shelf
Version 1.5.0-beta.2
Last update 16. July 2024
Organization not specified
URL https://shelf.scandit.com
License Scandit Commercial License
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

jakarta.authentication-api from group jakarta.authentication (version 3.1.0)

Jakarta Authentication defines a general low-level SPI for authentication mechanisms, which are controllers that interact with a caller and a container's environment to obtain the caller's credentials, validate these, and pass an authenticated identity (such as name and groups) to the container. Jakarta Authentication consists of several profiles, with each profile telling how a specific container (such as Jakarta Servlet) can integrate with- and adapt to this SPI.

Group: jakarta.authentication Artifact: jakarta.authentication-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact jakarta.authentication-api
Group jakarta.authentication
Version 3.1.0
Last update 02. May 2024
Organization not specified
URL https://github.com/jakartaee/authentication
License EPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-remote-resources-plugin from group org.apache.maven.plugins (version 3.2.0)

Process resources packaged in JARs that have been deployed to a remote repository. The primary use case being satisfied is the consistent inclusion of common resources in a large set of projects. Maven projects at Apache use this plug-in to satisfy licensing requirements at Apache where each project must include license and notice files for each release.

Group: org.apache.maven.plugins Artifact: maven-remote-resources-plugin
Show all versions Show documentation Show source 
 

2 downloads
Artifact maven-remote-resources-plugin
Group org.apache.maven.plugins
Version 3.2.0
Last update 02. March 2024
Organization The Apache Software Foundation
URL https://maven.apache.org/plugins/maven-remote-resources-plugin/
License Apache-2.0
Dependencies amount 8
Dependencies maven-resolver-util, maven-archiver, maven-filtering, maven-common-artifact-filters, plexus-resources, plexus-utils, plexus-xml, velocity-engine-core,
There are maybe transitive dependencies!

single-table from group io.dataspray (version 2.1.5)

DynamoDB best practices encourages a single-table design that allows multiple record types to reside within the same table. The goal of this library is to improve the experience of Java developers and make it safer to define non-conflicting schema of each record, serializing and deserializing automatically and working with secondary indexes.

Group: io.dataspray Artifact: single-table
Show all versions Show documentation Show source 
 

0 downloads
Artifact single-table
Group io.dataspray
Version 2.1.5
Last update 02. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies slf4j-api, lombok, guava, gson, gson-immutable, dynamodb, aws-cdk-lib, commons-lang,
There are maybe transitive dependencies!

excel-chunky-sax from group com.mdazad.chunkysax (version 1.0.0)

The ExcelChunkySAX library provides a way to process large Excel files in chunks using a SAX parser. It reads the Excel file in chunks and performs the specified action on each chunk. The library provides an interface ChunkAction that needs to be implemented to define the action to be performed on each chunk. The library uses Apache POI library to read the Excel file and SAX parser to parse the XML data. Note: any type of date format should be converted to yyyy-MM-dd.

Group: com.mdazad.chunkysax Artifact: excel-chunky-sax
Show documentation Show source 
 

0 downloads
Artifact excel-chunky-sax
Group com.mdazad.chunkysax
Version 1.0.0
Last update 11. November 2023
Organization not specified
URL https://github.com/gitAzad/excel-chunky-sax
License MIT License
Dependencies amount 2
Dependencies poi, poi-ooxml,
There are maybe transitive dependencies!

disk-project from group edu.isi.kcap.diskproject (version 3.0.2)

The DISK system automates the execution of scientific workflows triggered on data changes. To do this DISK collects data from different data repositories and defines methods on different workflows systems. User defined goals are periodically check for new data/methods available. When a method detects new data, a new workflow execution will be send. Each experiment execution is stored with its metadata and outputs for posterior analysis.

Group: edu.isi.kcap.diskproject Artifact: disk-project
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact disk-project
Group edu.isi.kcap.diskproject
Version 3.0.2
Last update 20. April 2023
Organization USC/Information Sciences Institute
URL https://github.com/KnowledgeCaptureAndDiscovery/DISK-API
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
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!



Page 46 from 3 (items total 688)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy