| Группа | Группаru.send-to.dto |
|---|---|
| Идентификатор | ИдентификаторDtoCommon |
| Версия | Версия0.2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| DtoCommon-0.2.0.pom | |
| DtoCommon-0.2.0.jar | 13 KB |
| DtoCommon-0.2.0-sources.jar | 4 KB |
| DtoCommon-0.2.0-javadoc.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ru.send-to.dto/DtoCommon/ -->
<dependency>
<groupId>ru.send-to.dto</groupId>
<artifactId>DtoCommon</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.send-to.dto/DtoCommon/
implementation 'ru.send-to.dto:DtoCommon:0.2.0'
// https://jarcasting.com/artifacts/ru.send-to.dto/DtoCommon/
implementation ("ru.send-to.dto:DtoCommon:0.2.0")
'ru.send-to.dto:DtoCommon:jar:0.2.0'
<dependency org="ru.send-to.dto" name="DtoCommon" rev="0.2.0">
<artifact name="DtoCommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.send-to.dto', module='DtoCommon', version='0.2.0')
)
libraryDependencies += "ru.send-to.dto" % "DtoCommon" % "0.2.0"
[ru.send-to.dto/DtoCommon "0.2.0"]