p

protostream-types

Builtin protobuf types and default marshalling for some common Java types.
Files download
File Operation
protostream-types-4.5.0.Dev03.jar download
protostream-types-4.5.0.Dev03.pom download
protostream-types-4.5.0.Dev03-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infinispan.protostream</groupId>
  <artifactId>protostream-types</artifactId>
  <version>4.5.0.Dev03</version>
</dependency>
Gradle Groovy
implementation 'org.infinispan.protostream:protostream-types:4.5.0.Dev03'
Gradle Kotlin
implementation("org.infinispan.protostream:protostream-types:4.5.0.Dev03")
Scala SBT
libraryDependencies += "org.infinispan.protostream" % "protostream-types" % "4.5.0.Dev03"
Groovy Grape
@Grapes(
  @Grab(group='org.infinispan.protostream', module='protostream-types', version='4.5.0.Dev03')
)
Apache Ivy
<dependency org="org.infinispan.protostream" name="protostream-types" rev="4.5.0.Dev03" />
Leiningen
[org.infinispan.protostream/protostream-types "4.5.0.Dev03"]
Apache Buildr
'org.infinispan.protostream:protostream-types:jar:4.5.0.Dev03'