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

Download JAR files tagged by library with all dependencies

Search JAR files by class name

d-haven-event from group d-haven-event (version 1.0.3)

D-Haven Event is a library designed to make it easier to develop event based processing systems. It also includes a CommandManager to handle certain activities behind the scenes in a controlled number of background threads. The library has been fully tested, and all dependencies have been brought to a minimum.

Group: d-haven-event Artifact: d-haven-event

 

0 downloads
Artifact d-haven-event
Group d-haven-event
Version 1.0.3
Last update 24. November 2005
Organization D-Haven.org
URL http://projects.d-haven.org/modules/sections/index.php?op=listarticles&secid=4
License not specified
Dependencies amount 1
Dependencies concurrent,
There are maybe transitive dependencies!

event from group d-haven-event (version 1.0.2)

D-Haven Event is a library designed to make it easier to develop event based processing systems. It also includes a CommandManager to handle certain activities behind the scenes in a controlled number of background threads. The library has been fully tested, and all dependencies have been brought to a minimum.

Group: d-haven-event Artifact: event
Show all versions 
 

0 downloads
Artifact event
Group d-haven-event
Version 1.0.2
Last update 24. November 2005
Organization D-Haven.org
URL http://projects.d-haven.org/modules/sections/index.php?op=listarticles&secid=4
License not specified
Dependencies amount 1
Dependencies concurrent,
There are maybe transitive dependencies!

dsexcel from group com.mescius.documents (version 7.2.0)

Group: com.mescius.documents Artifact: dsexcel
Show all versions Show documentation Show source 
 

0 downloads
Artifact dsexcel
Group com.mescius.documents
Version 7.2.0


kotlin-url-gen from group com.cloudinary (version 1.10.0)

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Kotlin applications.

Group: com.cloudinary Artifact: kotlin-url-gen
Show all versions Show documentation Show source 
 

0 downloads
Artifact kotlin-url-gen
Group com.cloudinary
Version 1.10.0
Last update 11. August 2024
Organization not specified
URL http://github.com/cloudinary/cloudinary_kotlin
License MIT
Dependencies amount 1
Dependencies kotlin-transformation-builder-sdk,
There are maybe transitive dependencies!

kotlin-uploader from group com.cloudinary (version 1.10.0)

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Kotlin applications.

Group: com.cloudinary Artifact: kotlin-uploader
Show all versions Show documentation Show source 
 

0 downloads
Artifact kotlin-uploader
Group com.cloudinary
Version 1.10.0
Last update 11. August 2024
Organization not specified
URL http://github.com/cloudinary/cloudinary_kotlin
License MIT
Dependencies amount 2
Dependencies kotlin-url-gen, kotlin-transformation-builder-sdk,
There are maybe transitive dependencies!

kotlin-transformation-builder-sdk from group com.cloudinary (version 1.5.0)

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Kotlin applications.

Group: com.cloudinary Artifact: kotlin-transformation-builder-sdk
Show all versions Show documentation Show source 
 

0 downloads
Artifact kotlin-transformation-builder-sdk
Group com.cloudinary
Version 1.5.0
Last update 07. August 2024
Organization not specified
URL http://github.com/cloudinary/cloudinary_kotlin
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

chips-n-salsa-examples from group org.cicirello (version 7.0.0)

This package contains several example programs of the usage of the Chips-n-Salsa library. Chips-n-Salsa is a Java library of customizable, hybridizable, iterative, parallel, stochastic, and self-adaptive local search algorithms. Chips-n-Salsa's source code is maintained on GitHub, and the prebuilt jars of the library can be imported from Maven Central using maven or other build tools. The purpose of the package chips-n-salsa-examples is to demonstrate usage of the major functionality of the Chips-n-Salsa library. You can find out more about the Chips-n-Salsa library itself from its website: https://chips-n-salsa.cicirello.org/.

Group: org.cicirello Artifact: chips-n-salsa-examples
Show all versions Show documentation Show source 
 

0 downloads
Artifact chips-n-salsa-examples
Group org.cicirello
Version 7.0.0
Last update 02. August 2024
Organization Cicirello.Org
URL https://github.com/cicirello/chips-n-salsa-examples
License GPL-3.0-or-later
Dependencies amount 1
Dependencies chips-n-salsa,
There are maybe transitive dependencies!

voyager from group com.spotify (version 2.0.9)

Voyager is a library for performing fast approximate nearest-neighbor searches on an in-memory collection of vectors. Voyager features bindings to both Python and Java, with feature parity and index compatibility between both languages. It uses the HNSW algorithm, based on the open-source hnswlib package, with numerous features added for convenience and speed. Voyager is used extensively in production at Spotify, and is queried hundreds of millions of times per day to power numerous user-facing features.

Group: com.spotify Artifact: voyager
Show all versions Show documentation Show source 
 

0 downloads
Artifact voyager
Group com.spotify
Version 2.0.9
Last update 31. July 2024
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

elements from group org.codeprimate (version 2.0.0-M5)

Java Simplified. Extensions and Useful Constructs for the Java Platform. Codeprimate Elements (a.k.a. cp-elements) is a Java library and micro-framework used to simplify the development of software applications written in Java. Elements packages several APIs into one library in order to address various application concerns and aspects of software design and development collectively and conveniently. Elements is a highly simple, yet robust and proven library built on solid OO principles, software design patterns and best practices to effectively solve common and reoccurring problems in software development. Write better Java!

Group: org.codeprimate Artifact: elements
Show all versions Show documentation Show source 
 

0 downloads
Artifact elements
Group org.codeprimate
Version 2.0.0-M5
Last update 30. July 2024
Organization Codeprimate.org
URL http://www.codeprimate.org/projects/cp-elements
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jpt-examples from group org.cicirello (version 6.0.0)

This package contains several example programs of the usage of the JavaPermutationTools (JPT) library. JPT is a Java library that enables representing and generating permutations and sequences, as well as performing computation on permutations and sequences. It includes implementations of a variety of permutation distance metrics as well as distance metrics on sequences (i.e., Strings, arrays, and other ordered data types). In addition to programs demonstrating the usage of the JPT library, the jpt-examples package also contains programs for replicating the experiments from a few published papers that utilized the library or implementations on which the library is based. JPT's source code is maintained on GitHub, and the prebuilt jars of the library can be imported from Maven Central using maven or other build tools. The purpose of the package jpt-examples is to demonstrate usage of the major functionality of the JPT library. You can find out more about the JPT library itself from its website: https://jpt.cicirello.org/.

Group: org.cicirello Artifact: jpt-examples
Show all versions Show documentation Show source 
 

0 downloads
Artifact jpt-examples
Group org.cicirello
Version 6.0.0
Last update 26. July 2024
Organization Cicirello.Org
URL https://github.com/cicirello/jpt-examples
License GPL-3.0-or-later
Dependencies amount 1
Dependencies jpt,
There are maybe transitive dependencies!



Page 5645 from 5678 (items total 56779)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy