Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.57 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.57 KB

ProtoStream

Build Status Maven Central Javadoc License Java 8+

ProtoStream is a serialization library based on Protobuf data format. It is open source software released under the Apache License, v2.0. ProtoStream is part of the Infinispan data grid platform. For more information about Infinispan visit the project's website on http://www.infinispan.org

Usage (via Maven)

Add this dependency to your pom.xml file:

<dependency>
   <groupId>org.infinispan.protostream</groupId>
   <artifactId>protostream</artifactId>
   <version>4.3.2.Final</version>
</dependency>

Requirements

Target runtime platform is Java 8.

Requires Java 11 or newer to build.

Maven 3.3.3 or newer.

Bugs

Bug reports go here