MVN

org.infinispan.protostream : protostream-integrationtests

Maven & Gradle

Mar 28, 2023
33 stars

ProtoStream - integration tests · Integration tests for basic annotation processing, multi-module annotation processing, compatibility with the reference protobuf-java implementation.

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

Latest Version

Choose a version of org.infinispan.protostream : protostream-integrationtests 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-integrationtests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.0.x
protostream-integrationtests-14.0.0.CR2
4.6.x
protostream-integrationtests-4.6.2.Final
protostream-integrationtests-4.6.1.Final
protostream-integrationtests-4.6.0.Final
4.5.x
protostream-integrationtests-4.5.1.Final
protostream-integrationtests-4.5.0.Final
protostream-integrationtests-4.5.0.CR1
protostream-integrationtests-4.5.0.Dev05
protostream-integrationtests-4.5.0.Dev04
protostream-integrationtests-4.5.0.Dev03
protostream-integrationtests-4.5.0.Dev02
protostream-integrationtests-4.5.0.Dev01
4.4.x
protostream-integrationtests-4.4.4.Final
protostream-integrationtests-4.4.3.Final
protostream-integrationtests-4.4.2.Final
protostream-integrationtests-4.4.1.Final
protostream-integrationtests-4.4.0.Final
protostream-integrationtests-4.4.0.Beta3
protostream-integrationtests-4.4.0.Beta2
protostream-integrationtests-4.4.0.Beta1
protostream-integrationtests-4.4.0.Alpha7
protostream-integrationtests-4.4.0.Alpha6
protostream-integrationtests-4.4.0.Alpha5
protostream-integrationtests-4.4.0.Alpha4
protostream-integrationtests-4.4.0.Alpha3
protostream-integrationtests-4.4.0.Alpha2
protostream-integrationtests-4.4.0.Alpha1
4.3.x
protostream-integrationtests-4.3.5.Final
protostream-integrationtests-4.3.4.Final
protostream-integrationtests-4.3.3.Final
protostream-integrationtests-4.3.2.Final
protostream-integrationtests-4.3.1.Final
protostream-integrationtests-4.3.0.Final
protostream-integrationtests-4.3.0.Alpha13
protostream-integrationtests-4.3.0.Alpha12
protostream-integrationtests-4.3.0.Alpha11
protostream-integrationtests-4.3.0.Alpha10
protostream-integrationtests-4.3.0.Alpha9
protostream-integrationtests-4.3.0.Alpha8
protostream-integrationtests-4.3.0.Alpha7
protostream-integrationtests-4.3.0.Alpha6
protostream-integrationtests-4.3.0.Alpha5
protostream-integrationtests-4.3.0.Alpha4
protostream-integrationtests-4.3.0.Alpha3
protostream-integrationtests-4.3.0.Alpha2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.infinispan.protostream</groupId>
    <artifactId>protostream-integrationtests</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-integrationtests gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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