is not current version
Last Version 4.5.0.Dev02

org.infinispan.protostream:protostream 1.0.0.Alpha3

Users need to implement a marshaller object that interacts with a field writer/reader in order to serialize state.

Categories

Categories

Infinispan Data Caching
GroupId

GroupId

org.infinispan.protostream
ArtifactId

ArtifactId

protostream
Version

Version

1.0.0.Alpha3
Type

Type

jar

Download protostream 1.0.0.Alpha3


<!-- https://jarcasting.com/artifacts/org.infinispan.protostream/protostream/ -->
<dependency>
    <groupId>org.infinispan.protostream</groupId>
    <artifactId>protostream</artifactId>
    <version>1.0.0.Alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/org.infinispan.protostream/protostream/
implementation 'org.infinispan.protostream:protostream:1.0.0.Alpha3'
// https://jarcasting.com/artifacts/org.infinispan.protostream/protostream/
implementation ("org.infinispan.protostream:protostream:1.0.0.Alpha3")
'org.infinispan.protostream:protostream:jar:1.0.0.Alpha3'
<dependency org="org.infinispan.protostream" name="protostream" rev="1.0.0.Alpha3">
  <artifact name="protostream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.infinispan.protostream', module='protostream', version='1.0.0.Alpha3')
)
libraryDependencies += "org.infinispan.protostream" % "protostream" % "1.0.0.Alpha3"
[org.infinispan.protostream/protostream "1.0.0.Alpha3"]