Categories |
CategoriesInfinispan Data Caching |
---|---|
GroupId | GroupIdorg.infinispan.protostream |
ArtifactId | ArtifactIdprotostream |
Version | Version4.2.0.Alpha2 |
Type | Typejar |
Filename | Size |
---|---|
protostream-4.2.0.Alpha2.pom | |
protostream-4.2.0.Alpha2.jar | 1 MB |
protostream-4.2.0.Alpha2-test-sources.jar | 51 KB |
protostream-4.2.0.Alpha2-sources.jar | 120 KB |
protostream-4.2.0.Alpha2-javadoc.jar | 583 KB |
protostream-4.2.0.Alpha2-features.xml | 367 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.infinispan.protostream/protostream/ -->
<dependency>
<groupId>org.infinispan.protostream</groupId>
<artifactId>protostream</artifactId>
<version>4.2.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.infinispan.protostream/protostream/
implementation 'org.infinispan.protostream:protostream:4.2.0.Alpha2'
// https://jarcasting.com/artifacts/org.infinispan.protostream/protostream/
implementation ("org.infinispan.protostream:protostream:4.2.0.Alpha2")
'org.infinispan.protostream:protostream:jar:4.2.0.Alpha2'
<dependency org="org.infinispan.protostream" name="protostream" rev="4.2.0.Alpha2">
<artifact name="protostream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.infinispan.protostream', module='protostream', version='4.2.0.Alpha2')
)
libraryDependencies += "org.infinispan.protostream" % "protostream" % "4.2.0.Alpha2"
[org.infinispan.protostream/protostream "4.2.0.Alpha2"]