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