p

protostream

ProtoStream is a serialization library based on Protocol buffers format for serializing structured data.
https://github.com/infinispan/protostream
Files download
File Operation
protostream-4.5.0.Dev01.jar download
protostream-4.5.0.Dev01.pom download
protostream-4.5.0.Dev01-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infinispan.protostream</groupId>
  <artifactId>protostream</artifactId>
  <version>4.5.0.Dev01</version>
</dependency>
Gradle Groovy
implementation 'org.infinispan.protostream:protostream:4.5.0.Dev01'
Gradle Kotlin
implementation("org.infinispan.protostream:protostream:4.5.0.Dev01")
Scala SBT
libraryDependencies += "org.infinispan.protostream" % "protostream" % "4.5.0.Dev01"
Groovy Grape
@Grapes(
  @Grab(group='org.infinispan.protostream', module='protostream', version='4.5.0.Dev01')
)
Apache Ivy
<dependency org="org.infinispan.protostream" name="protostream" rev="4.5.0.Dev01" />
Leiningen
[org.infinispan.protostream/protostream "4.5.0.Dev01"]
Apache Buildr
'org.infinispan.protostream:protostream:jar:4.5.0.Dev01'