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