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 https://infinispan.org
Add this dependency to your pom.xml file:
<dependency>
<groupId>org.infinispan.protostream</groupId>
<artifactId>protostream</artifactId>
<version>4.4.2-SNAPSHOT</version>
</dependency>
Target runtime platform is Java 8.
Requires Java 11 or newer to build.
Maven 3.6.0 or newer.
Bug reports go here