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