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