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