MVN

com.kizitonwose.calendar : view

Maven & Gradle

Jun 04, 2023
4.3k stars

Calendar · A highly customizable calendar library for Android, backed by RecyclerView.

<dependency>
    <groupId>com.kizitonwose.calendar</groupId>
    <artifactId>view</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.0
  • Latest Beta: 2.4.0-beta01

All Versions

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

Version Vulnerabilities Updated
2.4.x
view-2.4.0-beta01
2.3.x
view-2.3.0
2.2.x
view-2.2.0
2.1.x
view-2.1.1
view-2.1.0
2.0.x
view-2.0.4
view-2.0.3
view-2.0.2
view-2.0.1
view-2.0.0
view-2.0.0-beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.kizitonwose.calendar</groupId>
    <artifactId>view</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.kizitonwose.calendar:view:2.3.0'

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

implementation("com.kizitonwose.calendar:view:2.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.kizitonwose.calendar" % "view" % "2.3.0"