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

Download java1.8 JAR files with dependency

Search JAR files by class name

piesocket from group com.piesocket.java-sdk (version 1.0.0-beta1)

Realtime PubSub SDK for Java powered applications.

Group: com.piesocket.java-sdk Artifact: piesocket
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact piesocket
Group com.piesocket.java-sdk
Version 1.0.0-beta1
Last update 15. November 2022
Organization not specified
URL https://piesocket.com/channels
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

beam-sdks-java-io-sparkreceiver from group org.apache.beam (version 2.43.0)

Group: org.apache.beam Artifact: beam-sdks-java-io-sparkreceiver
Show all versions Show documentation Show source 
 

0 downloads
Artifact beam-sdks-java-io-sparkreceiver
Group org.apache.beam
Version 2.43.0
Last update 12. November 2022
Organization not specified
URL http://beam.apache.org
License Apache License, Version 2.0
Dependencies amount 8
Dependencies checker-qual, commons-lang3, joda-time, slf4j-api, spark-streaming_2.11, spark-core_2.11, beam-vendor-guava-26_0-jre, beam-sdks-java-core,
There are maybe transitive dependencies!

libxiaoppy_java from group io.github.lex-geeker.runtime (version 12.1.16)

The Python SDK for Android

Group: io.github.lex-geeker.runtime Artifact: libxiaoppy_java
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libxiaoppy_java
Group io.github.lex-geeker.runtime
Version 12.1.16
Last update 06. November 2022
Organization not specified
URL https://chaquo.com/xiaoppy/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

scala2java_2.13 from group io.github.effiban (version 1.0.3)

Tool for translating Scala source files into Java

Group: io.github.effiban Artifact: scala2java_2.13
Show all versions Show documentation Show source 
 

0 downloads
Artifact scala2java_2.13
Group io.github.effiban
Version 1.0.3
Last update 05. November 2022
Organization not specified
URL https://github.com/effiban/scala2java
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

libchaquopy_java from group io.github.lex-geeker.runtime (version 12.1.13)

The Python SDK for Android

Group: io.github.lex-geeker.runtime Artifact: libchaquopy_java
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libchaquopy_java
Group io.github.lex-geeker.runtime
Version 12.1.13
Last update 05. November 2022
Organization not specified
URL https://chaquo.com/chaquopy/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java-flatlaf-style-setup from group com.kasukusakura (version 0.0.1)

A tool for setup flatlaf

Group: com.kasukusakura Artifact: java-flatlaf-style-setup
Show documentation Show source 
 

0 downloads
Artifact java-flatlaf-style-setup
Group com.kasukusakura
Version 0.0.1
Last update 28. October 2022
Organization not specified
URL https://github.com/KasukuSakura/java-flatlaf-style-setup
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sdk-java from group org.bdware.bdcontract (version 1.0.9)

sdk-java

Group: org.bdware.bdcontract Artifact: sdk-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact sdk-java
Group org.bdware.bdcontract
Version 1.0.9
Last update 24. October 2022
Organization not specified
URL https://gitee.com/BDWare/sdk-java
License Mulan PSL v2
Dependencies amount 6
Dependencies gson, gmhelper, javax.websocket-api, log4j-core, log4j-api, tyrus-standalone-client,
There are maybe transitive dependencies!

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!

scala2java from group io.github.effiban (version 1.0.1)

Tool for translating Scala source files into Java

Group: io.github.effiban Artifact: scala2java
Show all versions Show documentation Show source 
 

0 downloads
Artifact scala2java
Group io.github.effiban
Version 1.0.1
Last update 10. October 2022
Organization not specified
URL https://github.com/effiban/scala2java
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

aws-java-nio-spi-for-s3 from group com.sigpwned (version 1.1.0)

A Java NIO.2 service provider for S3, allowing Java NIO operations to be performed on paths using the `s3` scheme. This package implements the service provider interface (SPI) defined for Java NIO.2 in JDK 1.7 providing "plug-in" non-blocking access to S3 objects for Java applications using Java NIO.2 for file access.

Group: com.sigpwned Artifact: aws-java-nio-spi-for-s3
Show documentation Show source 
 

0 downloads
Artifact aws-java-nio-spi-for-s3
Group com.sigpwned
Version 1.1.0
Last update 05. October 2022
Organization not specified
URL https://github.com/sigpwned/aws-java-nio-spi-for-s3
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1541 from 1544 (items total 15440)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy