MVN

com.sixt.android : calendar

Maven & Gradle

Sep 06, 2018

Sixt Android Calendar · A stylable calendar widget allowing date and date range selection

<dependency>
    <groupId>com.sixt.android</groupId>
    <artifactId>calendar</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.3

All Versions

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

Version Vulnerabilities Updated
0.2.x
calendar-0.2.3
calendar-0.2.2
calendar-0.2.1
calendar-0.2.0
0.1.x
calendar-0.1.1
calendar-0.1.0
0.0.x
calendar-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sixt.android</groupId>
    <artifactId>calendar</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.sixt.android:calendar:0.2.3'

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

implementation("com.sixt.android:calendar:0.2.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.sixt.android" % "calendar" % "0.2.3"

Advertisement