| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииInfinispan Данные Caching Doma ORM |
| Группа | Группаorg.infinispan.protostream |
| Идентификатор | Идентификаторsample-domain-implementation |
| Версия | Версия4.5.0.Dev01 |
| Тип | Типjar |
| Описание |
ОписаниеProtoStream - sample domain model implementation
Defines the Java entities corresponding to the sample schema defined in the sample-domain-definition module and
the MessageMarshaller/EnumMarshaller implementations for them.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.infinispan.protostream/sample-domain-implementation/ -->
<dependency>
<groupId>org.infinispan.protostream</groupId>
<artifactId>sample-domain-implementation</artifactId>
<version>4.5.0.Dev01</version>
</dependency>
// https://jarcasting.com/artifacts/org.infinispan.protostream/sample-domain-implementation/
implementation 'org.infinispan.protostream:sample-domain-implementation:4.5.0.Dev01'
// https://jarcasting.com/artifacts/org.infinispan.protostream/sample-domain-implementation/
implementation ("org.infinispan.protostream:sample-domain-implementation:4.5.0.Dev01")
'org.infinispan.protostream:sample-domain-implementation:jar:4.5.0.Dev01'
<dependency org="org.infinispan.protostream" name="sample-domain-implementation" rev="4.5.0.Dev01">
<artifact name="sample-domain-implementation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.infinispan.protostream', module='sample-domain-implementation', version='4.5.0.Dev01')
)
libraryDependencies += "org.infinispan.protostream" % "sample-domain-implementation" % "4.5.0.Dev01"
[org.infinispan.protostream/sample-domain-implementation "4.5.0.Dev01"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.infinispan.protostream : protostream | jar | 4.5.0.Dev01 |
| org.infinispan.protostream : sample-domain-definition | jar | 4.5.0.Dev01 |