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