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

Download JAR files tagged by read with all dependencies

Search JAR files by class name

heatshrink-java from group io.github.markrileybot (version 1.0.1)

# heatshrink-java Java library used to encode/decode [heatshrink](https://github.com/atomicobject/heatshrink) compressed data. ## Building ```bash ./gradlew build ``` ## Gradle dependency See https://search.maven.org/artifact/io.github.markrileybot/heatshrink-java/ ## Usage ### Java library ```java int windowSize = 9; int lookaheadSize = 8; ByteArrayOutputStream baos = new ByteArrayOutputStream(); try(HsOutputStream out = new HsOutputStream(baos, windowSize, lookaheadSize)) { out.write("ABCABCABCABCABCABC".getBytes()); } try(HsInputStream hsi = new HsInputStream(new ByteArrayInutStream(baos.toByteArray()), windowSize, lookaheadSize)) { byte[] res = new byte[512]; int len = hsi.read(res); System.out.println(new String(res, 0, len)); } ``` ### CLI ```bash $ java -jar heatshrink-java-exe.jar [-h] [-e|-d] [-v] [-w SIZE] [-l BITS] [IN_FILE] [OUT_FILE] ``` ## Status [![Build Status](https://github.com/markrileybot/heatshrink-java/actions/workflows/gradle-publish.yml/badge.svg)](https://github.com/markrileybot/heatshrink-java/actions/workflows/gradle-publish.yml) [![Coverage Status](https://coveralls.io/repos/github/markrileybot/heatshrink-java/badge.svg?branch=master)](https://coveralls.io/github/markrileybot/heatshrink-java?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey)

Group: io.github.markrileybot Artifact: heatshrink-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact heatshrink-java
Group io.github.markrileybot
Version 1.0.1
Last update 19. October 2022
Organization not specified
URL https://github.com/markrileybot/heatshrink-java
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nexus-deploy-stub from group com.yahoo.oak (version 0.2.5)

Group: com.yahoo.oak Artifact: nexus-deploy-stub
Show all versions 
 

0 downloads
Artifact nexus-deploy-stub
Group com.yahoo.oak
Version 0.2.5
Last update 03. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies oak,
There are maybe transitive dependencies!

oak from group com.yahoo.oak (version 0.2.5)

Group: com.yahoo.oak Artifact: oak
Show all versions Show documentation Show source 
 

3 downloads
Artifact oak
Group com.yahoo.oak
Version 0.2.5
Last update 03. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies guava,
There are maybe transitive dependencies!

root from group com.yahoo.oak (version 0.2.5)

A scalable, concurrent, in-memory Key Value (KV) map. Oak implements a concurrent Key-Value map that can keep all keys and values off-heap. This enables working with bigger heap sizes than JVM's managed heap. OakMap implements an API similar to the industry standard Java8 ConcurrentNavigableMap API. It provides strong (atomic) semantics for read, write, and read-modify-write, as well as (non-atomic) range query (scan) operations, both forward and backward. OakMap is optimized for big keys and values, in particular, for incremental maintenance of objects (update in-place). It is faster and scales better with additional CPU cores than the popular Java ConcurrentNavigableMap ConcurrentSkipListMap

Group: com.yahoo.oak Artifact: root
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact root
Group com.yahoo.oak
Version 0.2.5
Last update 03. March 2022
Organization Yahoo Inc.
URL https://github.com/yahoo/Oak
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

st-pmki-connector from group it.uniroma2.art.semanticturkey (version 9.1)

Group: it.uniroma2.art.semanticturkey Artifact: st-pmki-connector
Show all versions Show documentation Show source 
 

0 downloads
Artifact st-pmki-connector
Group it.uniroma2.art.semanticturkey
Version 9.1
Last update 28. April 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies st-core-framework, st-metadata-registry-core,
There are maybe transitive dependencies!

st-euodp-connector from group it.uniroma2.art.semanticturkey (version 9.1)

Group: it.uniroma2.art.semanticturkey Artifact: st-euodp-connector
Show all versions Show documentation Show source 
 

0 downloads
Artifact st-euodp-connector
Group it.uniroma2.art.semanticturkey
Version 9.1
Last update 28. April 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies st-core-framework,
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!

stub from group com.yahoo.oak (version 0.2.3.1)

Group: com.yahoo.oak Artifact: stub
Show all versions 
 

0 downloads
Artifact stub
Group com.yahoo.oak
Version 0.2.3.1
Last update 28. February 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies oak-benchmarks-synchrobench,
There are maybe transitive dependencies!

linuxio4j from group uk.co.bithatch (version 2.1)

A JNA based library providing access to some low-level Linux subsystems, including :- * UInput. Create virtual devices such as keyboards, mice and touchpads and emit events from them as if they were real. * Evdev. Read events from various devices such as keyboards, mice, touchpads, and all other devices exposed by Linux. * Frame Buffer. Write directly to the Linux framebuffer. Allows graphical user interfaces without X being present. As from version 2.0, this library is now in uk.co.bithatch namespace. Version 2.1 and above support Java 8, and module Java 9 and above.

Group: uk.co.bithatch Artifact: linuxio4j
Show all versions Show documentation Show source 
 

0 downloads
Artifact linuxio4j
Group uk.co.bithatch
Version 2.1
Last update 08. December 2020
Organization Bithatch
URL https://github.com/bithatch/linuxio4j
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jna, jna-platform,
There are maybe transitive dependencies!

jollyday from group de.jollyday (version 0.5.10)

This API determines the holidays for a given year, country/name and eventually state/region. The holiday data is stored in XML files (one for each country) and will be read from the classpath. You can provide your own holiday calendar XML file or use any of the provided ones. Currently there are 63 countries supported like the following: United States, most european countries, Russia, India, Australia. Besides those there will be more special calendars like currently existing NYSE calendar (New York Stock Exchange).

Group: de.jollyday Artifact: jollyday
Show all versions Show documentation Show source 
 

43 downloads
Artifact jollyday
Group de.jollyday
Version 0.5.10
Last update 18. December 2019
Organization not specified
URL http://sourceforge.net/projects/jollyday
License Apache 2
Dependencies amount 1
Dependencies threeten-extra,
There are maybe transitive dependencies!



Page 112 from 116 (items total 1154)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy