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

Download JAR files tagged by family with all dependencies

Search JAR files by class name

randomhash from group edu.princeton.cs (version 1.1.1)

A simple, time-tested, family of random hash functions in Java, based on CRC32, affine transformations, and the Mersenne Twister, suitable for use in production probabilistic data streaming algorithms like HyperLogLog.

Group: edu.princeton.cs Artifact: randomhash
Show all versions Show documentation Show source 
 

0 downloads
Artifact randomhash
Group edu.princeton.cs
Version 1.1.1
Last update 29. June 2022
Organization not specified
URL https://github.com/jlumbroso/java-random-hash
License Lesser General Public License (LGPL), v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pwhash from group de.slevermann (version 3.0.1)

A Password hashing library inspired by PHP's password_*() function family. The goal is providing a unified interface for different hashing algorithms, as well as a way to upgrade hashes, both the parameters within a single hashing algorithm, as well as switching between different algorithms.

Group: de.slevermann Artifact: pwhash
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact pwhash
Group de.slevermann
Version 3.0.1
Last update 02. January 2020
Organization not specified
URL https://pwhash.slevermann.de/
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

transputer-emulator from group org.devzendo (version 0.0.1)

This is an emulator of the 32-bit Inmos T414/T800/T801/T805 Transputer family, and a Node Server that interfaces it to a host OS, providing boot/debug/IO facilities. (Apache License v2) 2005-2019 Matt Gumbley, DevZendo.org

Group: org.devzendo Artifact: transputer-emulator
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact transputer-emulator
Group org.devzendo
Version 0.0.1
Last update 17. June 2019
Organization DevZendo.org
URL https://devzendo.github.io/parachute
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

libbz2 from group com.tagtraum (version 4.0.0)

bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.

Group: com.tagtraum Artifact: libbz2
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libbz2
Group com.tagtraum
Version 4.0.0
Last update 25. April 2018
Organization Julian Seward
URL http://www.bzip.org/
License bzip2 license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

parachute from group org.devzendo (version 0.0.1)

This is an emulator of the 32-bit Inmos T414/T800/T801/T805 Transputer family, a Node Server that interfaces it to a host OS, providing boot/debug/IO facilities. Also several example programs. A macro assembler that understands a subset of MASM 6 directives, for building for the Transputer. A port of eForth to the above emulator. (Apache License v2) 2005-2019 Matt Gumbley, DevZendo.org

Group: org.devzendo Artifact: parachute
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parachute
Group org.devzendo
Version 0.0.1
Last update 19. June 2019
Organization DevZendo.org
URL https://devzendo.github.io/parachute
License The Apache Software License, Version 2.0
Dependencies amount 9
Dependencies transputer-emulator, transputer-emulator, transputer-emulator, transputer-emulator, transputer-emulator, transputer-emulator, tma-linux, tma-osx, tma-windows,
There are maybe transitive dependencies!

LBFGS from group com.github.thssmonkey (version 1.0.4)

Limited-memory BFGS (L-BFGS) is an optimization algorithm in the family of quasi-Newton methods that approximates the Broyden–Fletcher–Goldfarb–Shanno (BFGS) algorithm using a limited amount of computer memory. It is a popular algorithm for parameter estimation in machine learning. The algorithm's target problem is to minimize f(x) over unconstrained values of the real-vector x where f is a differentiable scalar function.

Group: com.github.thssmonkey Artifact: LBFGS
Show all versions Show documentation Show source 
 

0 downloads
Artifact LBFGS
Group com.github.thssmonkey
Version 1.0.4
Last update 16. May 2019
Organization not specified
URL https://github.com/thssmonkey/LBFGS
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies flink-scala_${scala.binary.version}, flink-streaming-scala_${scala.binary.version}, flink-clients_${scala.binary.version}, flink-ml_${scala.binary.version},
There are maybe transitive dependencies!

json-smart-action from group net.minidev (version 2.5.1)

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

Group: net.minidev Artifact: json-smart-action
Show all versions Show documentation Show source 
 

11 downloads
Artifact json-smart-action
Group net.minidev
Version 2.5.1
Last update 21. March 2024
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies json-smart,
There are maybe transitive dependencies!

json-smart from group net.minidev (version 2.5.1)

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

Group: net.minidev Artifact: json-smart
Show all versions Show documentation Show source 
 

1181 downloads
Artifact json-smart
Group net.minidev
Version 2.5.1
Last update 21. March 2024
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies accessors-smart,
There are maybe transitive dependencies!

json-smart from group com.infomaximum (version 2.4.8)

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

Group: com.infomaximum Artifact: json-smart
Show documentation Show source 
 

0 downloads
Artifact json-smart
Group com.infomaximum
Version 2.4.8
Last update 26. October 2022
Organization Chemouni Uriel
URL https://urielch.github.io/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies accessors-smart,
There are maybe transitive dependencies!

json-smart-mini from group net.minidev (version 1.3.2)

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

Group: net.minidev Artifact: json-smart-mini
Show all versions Show documentation Show source 
 

8 downloads
Artifact json-smart-mini
Group net.minidev
Version 1.3.2
Last update 04. April 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 20 from 21 (items total 206)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy