| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDoma Данные ORM |
| Группа | Группаio.github.penggle |
| Идентификатор | Идентификаторcodeforce-common-domain |
| Версия | Версия2.4 |
| Тип | Типjar |
| Описание |
Описаниеcodeforce-common-domain
领域层公共部分(比如基础Domain-Object、Entity-Object等)
|
| Имя Файла | Размер |
|---|---|
| codeforce-common-domain-2.4.pom | |
| codeforce-common-domain-2.4.jar | 9 KB |
| codeforce-common-domain-2.4-sources.jar | 7 KB |
| codeforce-common-domain-2.4-javadoc.jar | 66 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.penggle/codeforce-common-domain/ -->
<dependency>
<groupId>io.github.penggle</groupId>
<artifactId>codeforce-common-domain</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.penggle/codeforce-common-domain/
implementation 'io.github.penggle:codeforce-common-domain:2.4'
// https://jarcasting.com/artifacts/io.github.penggle/codeforce-common-domain/
implementation ("io.github.penggle:codeforce-common-domain:2.4")
'io.github.penggle:codeforce-common-domain:jar:2.4'
<dependency org="io.github.penggle" name="codeforce-common-domain" rev="2.4">
<artifact name="codeforce-common-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.penggle', module='codeforce-common-domain', version='2.4')
)
libraryDependencies += "io.github.penggle" % "codeforce-common-domain" % "2.4"
[io.github.penggle/codeforce-common-domain "2.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.penggle : codeforce-common-base | jar | 2.4 |