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