| Categories |
CategoriesInfinispan Data Caching |
|---|---|
| GroupId | GroupIdorg.infinispan.protostream |
| ArtifactId | ArtifactIdprotostream |
| Version | Version1.0.0.Alpha3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| protostream-1.0.0.Alpha3.pom | |
| protostream-1.0.0.Alpha3.jar | 48 KB |
| protostream-1.0.0.Alpha3-test-sources.jar | 11 KB |
| protostream-1.0.0.Alpha3-sources.jar | 24 KB |
| Browse |
<!-- 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"]