Files download
File Operation
DtoCommon-core-2.0.5.jar download
DtoCommon-core-2.0.5.pom download
DtoCommon-core-2.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>ru.send-to.dto</groupId>
  <artifactId>DtoCommon-core</artifactId>
  <version>2.0.5</version>
</dependency>
Gradle Groovy
implementation 'ru.send-to.dto:DtoCommon-core:2.0.5'
Gradle Kotlin
implementation("ru.send-to.dto:DtoCommon-core:2.0.5")
Scala SBT
libraryDependencies += "ru.send-to.dto" % "DtoCommon-core" % "2.0.5"
Groovy Grape
@Grapes(
  @Grab(group='ru.send-to.dto', module='DtoCommon-core', version='2.0.5')
)
Apache Ivy
<dependency org="ru.send-to.dto" name="DtoCommon-core" rev="2.0.5" />
Leiningen
[ru.send-to.dto/DtoCommon-core "2.0.5"]
Apache Buildr
'ru.send-to.dto:DtoCommon-core:jar:2.0.5'