s

sample-domain-definition

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