s

sample-domain-definition

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.
Files download
File Operation
sample-domain-definition-1.0.0.Alpha2.jar download
sample-domain-definition-1.0.0.Alpha2.pom download
sample-domain-definition-1.0.0.Alpha2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infinispan.protostream</groupId>
  <artifactId>sample-domain-definition</artifactId>
  <version>1.0.0.Alpha2</version>
</dependency>
Gradle Groovy
implementation 'org.infinispan.protostream:sample-domain-definition:1.0.0.Alpha2'
Gradle Kotlin
implementation("org.infinispan.protostream:sample-domain-definition:1.0.0.Alpha2")
Scala SBT
libraryDependencies += "org.infinispan.protostream" % "sample-domain-definition" % "1.0.0.Alpha2"
Groovy Grape
@Grapes(
  @Grab(group='org.infinispan.protostream', module='sample-domain-definition', version='1.0.0.Alpha2')
)
Apache Ivy
<dependency org="org.infinispan.protostream" name="sample-domain-definition" rev="1.0.0.Alpha2" />
Leiningen
[org.infinispan.protostream/sample-domain-definition "1.0.0.Alpha2"]
Apache Buildr
'org.infinispan.protostream:sample-domain-definition:jar:1.0.0.Alpha2'