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.Dev02.jar download
protostream-4.5.0.Dev02.pom download
protostream-4.5.0.Dev02-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infinispan.protostream</groupId>
  <artifactId>protostream</artifactId>
  <version>4.5.0.Dev02</version>
</dependency>
Gradle Groovy
implementation 'org.infinispan.protostream:protostream:4.5.0.Dev02'
Gradle Kotlin
implementation("org.infinispan.protostream:protostream:4.5.0.Dev02")
Scala SBT
libraryDependencies += "org.infinispan.protostream" % "protostream" % "4.5.0.Dev02"
Groovy Grape
@Grapes(
  @Grab(group='org.infinispan.protostream', module='protostream', version='4.5.0.Dev02')
)
Apache Ivy
<dependency org="org.infinispan.protostream" name="protostream" rev="4.5.0.Dev02" />
Leiningen
[org.infinispan.protostream/protostream "4.5.0.Dev02"]
Apache Buildr
'org.infinispan.protostream:protostream:jar:4.5.0.Dev02'