s

sample-domain-definition

Defines some message and enum types in a *.proto schema file, for demo purposes and testing.
Files download
File Operation
sample-domain-definition-14.0.0.CR2.jar download
sample-domain-definition-14.0.0.CR2.pom download
sample-domain-definition-14.0.0.CR2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infinispan.protostream</groupId>
  <artifactId>sample-domain-definition</artifactId>
  <version>14.0.0.CR2</version>
</dependency>
Gradle Groovy
implementation 'org.infinispan.protostream:sample-domain-definition:14.0.0.CR2'
Gradle Kotlin
implementation("org.infinispan.protostream:sample-domain-definition:14.0.0.CR2")
Scala SBT
libraryDependencies += "org.infinispan.protostream" % "sample-domain-definition" % "14.0.0.CR2"
Groovy Grape
@Grapes(
  @Grab(group='org.infinispan.protostream', module='sample-domain-definition', version='14.0.0.CR2')
)
Apache Ivy
<dependency org="org.infinispan.protostream" name="sample-domain-definition" rev="14.0.0.CR2" />
Leiningen
[org.infinispan.protostream/sample-domain-definition "14.0.0.CR2"]
Apache Buildr
'org.infinispan.protostream:sample-domain-definition:jar:14.0.0.CR2'