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