s

sample-domain-implementation

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