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

azure-eventhubs-extensions from group com.microsoft.azure (version 3.3.2)

Extensions built on Microsoft Azure Event Hubs${line.separator} This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Event Hubs service are:${line.separator} 1. https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs${line.separator} 2. https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs-checkpointstore-blob${line.separator} It is recommended that you move to the new package.

Group: com.microsoft.azure Artifact: azure-eventhubs-extensions
Show all versions Show documentation Show source 
 

0 downloads
Artifact azure-eventhubs-extensions
Group com.microsoft.azure
Version 3.3.2
Last update 17. December 2021
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License not specified
Dependencies amount 3
Dependencies azure-eventhubs, log4j-api, log4j-core,
There are maybe transitive dependencies!

azure-eventhubs from group com.microsoft.azure (version 3.3.0)

Please note, a newer package azure-messaging-eventhubs for Azure Event Hubs is available at https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/java/migrate/eh for more details.

Group: com.microsoft.azure Artifact: azure-eventhubs
Show all versions Show documentation Show source 
 

111 downloads
Artifact azure-eventhubs
Group com.microsoft.azure
Version 3.3.0
Last update 23. June 2021
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License not specified
Dependencies amount 5
Dependencies proton-j, qpid-proton-j-extensions, slf4j-api, azure-client-authentication, nimbus-jose-jwt,
There are maybe transitive dependencies!

azure-eventhubs-eph from group com.microsoft.azure (version 3.3.0)

Please note, a newer package azure-messaging-eventhubs for Azure Event Hubs is available at https://search.maven.org/artifact/com.azure/azure-messaging-eventhubs as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/java/migrate/eh for more details.

Group: com.microsoft.azure Artifact: azure-eventhubs-eph
Show all versions Show documentation Show source 
 

23 downloads
Artifact azure-eventhubs-eph
Group com.microsoft.azure
Version 3.3.0
Last update 23. June 2021
Organization not specified
URL https://github.com/Azure/azure-sdk-for-java
License not specified
Dependencies amount 3
Dependencies azure-eventhubs, azure-storage, gson,
There are maybe transitive dependencies!

parso from group com.epam (version 2.0.14)

Parso is a lightweight Java library designed to read SAS7BDAT datasets. The Parso interfaces are analogous to libraries designed to read table-storing files, for example, CSVReader library. Despite its small size, the Parso library is the only full-featured open-source solution to process SAS7BDAT datasets, both uncompressed, CHAR-compressed and BIN-compressed. It is effective in processing clinical and statistical data often stored in SAS7BDAT format. Parso allows converting data into CSV format.

Group: com.epam Artifact: parso
Show all versions Show documentation Show source 
 

65 downloads
Artifact parso
Group com.epam
Version 2.0.14
Last update 19. February 2021
Organization not specified
URL https://github.com/epam/parso
License Apache License v2
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

orc from group com.intel.qat (version 1.5.1)

ORC is a self-describing type-aware columnar file format designed for Hadoop workloads. It is optimized for large streaming reads, but with integrated support for finding required rows quickly. Storing data in a columnar format lets the reader read, decompress, and process only the values that are required for the current query.

Group: com.intel.qat Artifact: orc
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact orc
Group com.intel.qat
Version 1.5.1
Last update 27. May 2020
Organization not specified
URL http://orc.apache.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ziplet from group com.github.ziplet (version 2.4.1)

This filter can, based on HTTP headers in a HttpServletRequest, compress data written to the HttpServletResponse, or decompress data read from the request. When supported by the client browser, this can potentially greatly reduce the number of bytes written across the network from and to the client. As a Filter, this class can also be easily added to any J2EE 1.3+ web application.

Group: com.github.ziplet Artifact: ziplet
Show all versions Show documentation Show source 
 

34 downloads
Artifact ziplet
Group com.github.ziplet
Version 2.4.1
Last update 30. April 2019
Organization not specified
URL https://github.com/ziplet/ziplet
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

avs-client from group io.snapcx (version 1.0.0)

This is Java bases client library for using snapcx address validation and correction webservice. You can subscribe to tracking webservice (REST based and JSON payload) at https://snapcx.io/pricing. Also read more about this webservice at https://snapcx.io/addressValidation. Before using this client, you can check your api key using API explorer, running at https://snapcx.io/addressValidationAPI

Group: io.snapcx Artifact: avs-client
Show documentation Show source 
 

0 downloads
Artifact avs-client
Group io.snapcx
Version 1.0.0
Last update 22. February 2017
Organization JFrameworks.com, LLC
URL https://github.com/snapcx/avs-client
License Apache License, Version 2.0
Dependencies amount 10
Dependencies swagger-annotations, jersey-client, jersey-media-multipart, jersey-media-json-jackson, jackson-core, jackson-annotations, jackson-databind, jackson-datatype-joda, joda-time, migbase64,
There are maybe transitive dependencies!

dudu-RESP-interpreter from group net.yesdata (version 1.0.4)

REdis Serialization Protocol (RESP) implemented in java. You can simply construct string commands to RESP commands, and interpret redis response. By import net.yesdata.RESP_intepreter.* you can play with RESP with happy. How to format command string to RESP style? String command = "INFO"; IInterpreter intepreter = new DefaultRespInterpreter(); String sentCommand = intepreter.FormatCommand(command); How to read and print RESP style response? IInterpreter intepreter = new DefaultRespInterpreter(); List<IRespNode> respNodes = intepreter.IntepretResponse(responseBody); for(IRespNode n : respNodes) { System.out.println(n.toRespFormatString()); }

Group: net.yesdata Artifact: dudu-RESP-interpreter
Show documentation Show source 
 

0 downloads
Artifact dudu-RESP-interpreter
Group net.yesdata
Version 1.0.4
Last update 21. December 2016
Organization not specified
URL https://github.com/yourcaptain/dudu-RESP_intepreter
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

truevfs from group net.java.truevfs (version 0.11.1)

TrueVFS is a virtual file system (VFS) for Java 7 which enables client applications to perform CRUD (Create, Read, Update, Delete) operations on archive files as if they were virtual directories, even with nested archive files in multithreaded environments. As a library, TrueVFS provides simple, uniform, transparent, thread-safe, read/write access to archive files as if they were virtual directories in a file system path. As a framework, TrueVFS provides the API to write file system drivers which plug-in to its federated file system space.

Group: net.java.truevfs Artifact: truevfs
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact truevfs
Group net.java.truevfs
Version 0.11.1
Last update 07. August 2016
Organization not specified
URL http://truevfs.java.net
License Eclipse Public License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hbase from group co.cask.hbase (version 0.94.6.1.cask)

HBase is the &lt;a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.

Group: co.cask.hbase Artifact: hbase
Show documentation Show source 
 

0 downloads
Artifact hbase
Group co.cask.hbase
Version 0.94.6.1.cask
Last update 14. November 2015
Organization not specified
URL http://hbase.apache.org
License not specified
Dependencies amount 34
Dependencies metrics-core, guava, commons-cli, commons-configuration, high-scale-lib, commons-codec, commons-httpclient, commons-io, commons-lang, commons-logging, log4j, avro, avro-ipc, zookeeper, libthrift, jruby-complete, jetty, jetty-util, jsp-2.1, jsp-api-2.1, servlet-api-2.5, jackson-core-asl, jackson-mapper-asl, jackson-jaxrs, jackson-xc, slf4j-api, slf4j-log4j12, jamon-runtime, protobuf-java, jersey-core, jersey-json, jersey-server, jaxb-api, stax-api,
There are maybe transitive dependencies!



Page 102 from 116 (items total 1154)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy