MVN

org.infinispan.protostream : protostream-types

Maven & Gradle

Mar 28, 2023
30 usages
33 stars

ProtoStream - builtin types · Builtin protobuf types and default marshalling for some common Java types.

<dependency>
    <groupId>org.infinispan.protostream</groupId>
    <artifactId>protostream-types</artifactId>
    <version>4.6.2.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.infinispan.protostream : protostream-types to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.2.Final
  • Latest Beta: 4.4.0.Beta3
  • Latest Alpha: 4.4.0.Alpha7

All Versions

Choose a version of org.infinispan.protostream : protostream-types to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.0.x
protostream-types-14.0.0.CR2
4.6.x
protostream-types-4.6.2.Final
protostream-types-4.6.1.Final
protostream-types-4.6.0.Final
4.5.x
protostream-types-4.5.1.Final
protostream-types-4.5.0.Final
protostream-types-4.5.0.CR1
protostream-types-4.5.0.Dev05
protostream-types-4.5.0.Dev04
protostream-types-4.5.0.Dev03
protostream-types-4.5.0.Dev02
protostream-types-4.5.0.Dev01
4.4.x
protostream-types-4.4.4.Final
protostream-types-4.4.3.Final
protostream-types-4.4.2.Final
protostream-types-4.4.1.Final
protostream-types-4.4.0.Final
protostream-types-4.4.0.Beta3
protostream-types-4.4.0.Beta2
protostream-types-4.4.0.Beta1
protostream-types-4.4.0.Alpha7
protostream-types-4.4.0.Alpha6

How to add a dependency to Maven

Add the following org.infinispan.protostream : protostream-types maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.infinispan.protostream</groupId>
    <artifactId>protostream-types</artifactId>
    <version>4.6.2.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.infinispan.protostream : protostream-types gradle dependency to your build.gradle file:

implementation 'org.infinispan.protostream:protostream-types:4.6.2.Final'

Gradle Kotlin DSL: Add the following org.infinispan.protostream : protostream-types gradle kotlin dependency to your build.gradle.kts file:

implementation("org.infinispan.protostream:protostream-types:4.6.2.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.infinispan.protostream : protostream-types sbt scala dependency to your build.sbt file:

libraryDependencies += "org.infinispan.protostream" % "protostream-types" % "4.6.2.Final"

Advertisement