MVN

com.kizitonwose.calendar : compose

Maven & Gradle

Jun 04, 2023
4.3k stars

Calendar · A highly customizable calendar library for Android, backed by LazyRow/LazyColumn.

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

Latest Version

Choose a version of com.kizitonwose.calendar : compose 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 : compose to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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