s

sample-domain-implementation

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