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