| Categories | 
                CategoriesInfinispan Data Caching | 
        
|---|---|
| GroupId | GroupIdorg.infinispan.protostream | 
    
| ArtifactId | ArtifactIdprotostream-integrationtests | 
    
| Version | Version4.3.0.Alpha10 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.infinispan.protostream/protostream-integrationtests/ -->
<dependency>
    <groupId>org.infinispan.protostream</groupId>
    <artifactId>protostream-integrationtests</artifactId>
    <version>4.3.0.Alpha10</version>
</dependency>
                // https://jarcasting.com/artifacts/org.infinispan.protostream/protostream-integrationtests/
implementation 'org.infinispan.protostream:protostream-integrationtests:4.3.0.Alpha10'
                // https://jarcasting.com/artifacts/org.infinispan.protostream/protostream-integrationtests/
implementation ("org.infinispan.protostream:protostream-integrationtests:4.3.0.Alpha10")
                'org.infinispan.protostream:protostream-integrationtests:jar:4.3.0.Alpha10'
                <dependency org="org.infinispan.protostream" name="protostream-integrationtests" rev="4.3.0.Alpha10">
  <artifact name="protostream-integrationtests" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.infinispan.protostream', module='protostream-integrationtests', version='4.3.0.Alpha10')
)
                libraryDependencies += "org.infinispan.protostream" % "protostream-integrationtests" % "4.3.0.Alpha10"
                [org.infinispan.protostream/protostream-integrationtests "4.3.0.Alpha10"]