CommonDomain for Java
Encapsulates various infrastructure concerns for domains (inspired by joliver/CommonDomain).
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDoma Данные ORM |
| Группа | Группаorg.jeecqrs |
| Идентификатор | Идентификаторjcommondomain-core |
| Последняя версия | Последняя версия1.2.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCommonDomain for Java: Core
Encapsulates various infrastructure concerns for domains.
|
| Имя Файла | Размер |
|---|---|
| jcommondomain-core-1.2.2.pom | |
| jcommondomain-core-1.2.2.jar | 38 KB |
| jcommondomain-core-1.2.2-tests.jar | 26 KB |
| jcommondomain-core-1.2.2-sources.jar | 55 KB |
| jcommondomain-core-1.2.2-javadoc.jar | 670 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jeecqrs/jcommondomain-core/ -->
<dependency>
<groupId>org.jeecqrs</groupId>
<artifactId>jcommondomain-core</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeecqrs/jcommondomain-core/
implementation 'org.jeecqrs:jcommondomain-core:1.2.2'
// https://jarcasting.com/artifacts/org.jeecqrs/jcommondomain-core/
implementation ("org.jeecqrs:jcommondomain-core:1.2.2")
'org.jeecqrs:jcommondomain-core:jar:1.2.2'
<dependency org="org.jeecqrs" name="jcommondomain-core" rev="1.2.2">
<artifact name="jcommondomain-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeecqrs', module='jcommondomain-core', version='1.2.2')
)
libraryDependencies += "org.jeecqrs" % "jcommondomain-core" % "1.2.2"
[org.jeecqrs/jcommondomain-core "1.2.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.jodah : typetools | jar | 0.6.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.8.8 |
Encapsulates various infrastructure concerns for domains (inspired by joliver/CommonDomain).