MVN

com.applandeo : material-calendar-view

Maven & Gradle

Jun 14, 2023
942 stars

Material-Calendar-View · Material-Calendar-View is a simple and customizable calendar widget for Android based on Material Design

<dependency>
    <groupId>com.applandeo</groupId>
    <artifactId>material-calendar-view</artifactId>
    <version>1.9.0-rc06</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.applandeo : material-calendar-view to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.0-rc06
  • Latest Release Candidate: 1.9.0-rc06

All Versions

Choose a version of com.applandeo : material-calendar-view to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
material-calendar-view-1.9.0-rc06
material-calendar-view-1.9.0-rc04
material-calendar-view-1.9.0-rc03

How to add a dependency to Maven

Add the following com.applandeo : material-calendar-view maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.applandeo</groupId>
    <artifactId>material-calendar-view</artifactId>
    <version>1.9.0-rc06</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.applandeo : material-calendar-view gradle dependency to your build.gradle file:

implementation 'com.applandeo:material-calendar-view:1.9.0-rc06'

Gradle Kotlin DSL: Add the following com.applandeo : material-calendar-view gradle kotlin dependency to your build.gradle.kts file:

implementation("com.applandeo:material-calendar-view:1.9.0-rc06")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.applandeo : material-calendar-view sbt scala dependency to your build.sbt file:

libraryDependencies += "com.applandeo" % "material-calendar-view" % "1.9.0-rc06"