| GroupId | GroupIdru.send-to.dto |
|---|---|
| ArtifactId | ArtifactIdDtoCommon |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| DtoCommon-0.0.2.pom | |
| DtoCommon-0.0.2.jar | 9 KB |
| DtoCommon-0.0.2-sources.jar | 3 KB |
| DtoCommon-0.0.2-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.send-to.dto/DtoCommon/ -->
<dependency>
<groupId>ru.send-to.dto</groupId>
<artifactId>DtoCommon</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ru.send-to.dto/DtoCommon/
implementation 'ru.send-to.dto:DtoCommon:0.0.2'
// https://jarcasting.com/artifacts/ru.send-to.dto/DtoCommon/
implementation ("ru.send-to.dto:DtoCommon:0.0.2")
'ru.send-to.dto:DtoCommon:jar:0.0.2'
<dependency org="ru.send-to.dto" name="DtoCommon" rev="0.0.2">
<artifact name="DtoCommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.send-to.dto', module='DtoCommon', version='0.0.2')
)
libraryDependencies += "ru.send-to.dto" % "DtoCommon" % "0.0.2"
[ru.send-to.dto/DtoCommon "0.0.2"]