is not current version
Last Version 4.5.0.Dev02

org.infinispan.protostream:sample-domain-definition 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-definition
Version

Version

1.0.0.CR1
Type

Type

jar

Download sample-domain-definition 1.0.0.CR1


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