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