s

sample-domain-implementation

Defines the Java entities corresponding to the sample schema defined in the sample-domain-definition module and the MessageMarshaller/EnumMarshaller implementations for them.
Files download
File Operation
sample-domain-implementation-4.4.4.Final.jar download
sample-domain-implementation-4.4.4.Final.pom download
sample-domain-implementation-4.4.4.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infinispan.protostream</groupId>
  <artifactId>sample-domain-implementation</artifactId>
  <version>4.4.4.Final</version>
</dependency>
Gradle Groovy
implementation 'org.infinispan.protostream:sample-domain-implementation:4.4.4.Final'
Gradle Kotlin
implementation("org.infinispan.protostream:sample-domain-implementation:4.4.4.Final")
Scala SBT
libraryDependencies += "org.infinispan.protostream" % "sample-domain-implementation" % "4.4.4.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.infinispan.protostream', module='sample-domain-implementation', version='4.4.4.Final')
)
Apache Ivy
<dependency org="org.infinispan.protostream" name="sample-domain-implementation" rev="4.4.4.Final" />
Leiningen
[org.infinispan.protostream/sample-domain-implementation "4.4.4.Final"]
Apache Buildr
'org.infinispan.protostream:sample-domain-implementation:jar:4.4.4.Final'