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