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