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