is not current version
Last Version 4.5.0.Dev02

org.infinispan.protostream:sample-domain-implementation 1.0.0.CR1

Defines entities in a protobuf file which is then compiled into a binary descriptor and both proto and its binary counterpart are packaged into a jar to be used by other projects.

Categories

Categories

Infinispan Data Caching Doma ORM
GroupId

GroupId

org.infinispan.protostream
ArtifactId

ArtifactId

sample-domain-implementation
Version

Version

1.0.0.CR1
Type

Type

jar

Download sample-domain-implementation 1.0.0.CR1


<!-- https://jarcasting.com/artifacts/org.infinispan.protostream/sample-domain-implementation/ -->
<dependency>
    <groupId>org.infinispan.protostream</groupId>
    <artifactId>sample-domain-implementation</artifactId>
    <version>1.0.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.infinispan.protostream/sample-domain-implementation/
implementation 'org.infinispan.protostream:sample-domain-implementation:1.0.0.CR1'
// https://jarcasting.com/artifacts/org.infinispan.protostream/sample-domain-implementation/
implementation ("org.infinispan.protostream:sample-domain-implementation:1.0.0.CR1")
'org.infinispan.protostream:sample-domain-implementation:jar:1.0.0.CR1'
<dependency org="org.infinispan.protostream" name="sample-domain-implementation" rev="1.0.0.CR1">
  <artifact name="sample-domain-implementation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.infinispan.protostream', module='sample-domain-implementation', version='1.0.0.CR1')
)
libraryDependencies += "org.infinispan.protostream" % "sample-domain-implementation" % "1.0.0.CR1"
[org.infinispan.protostream/sample-domain-implementation "1.0.0.CR1"]