MVN

com.prolificinteractive : material-calendarview

Maven & Gradle

1 usages
5.7k stars

Material CalendarView · A Material design back port of Android's CalendarView

<dependency>
    <groupId>com.prolificinteractive</groupId>
    <artifactId>material-calendarview</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.prolificinteractive : material-calendarview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3
  • Latest Beta: 1.0.0-beta1

All Versions

Choose a version of com.prolificinteractive : material-calendarview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
material-calendarview-1.4.3
material-calendarview-1.4.2
material-calendarview-1.4.1
material-calendarview-1.4.0
1.3.x
material-calendarview-1.3.0
1.2.x
material-calendarview-1.2.1
material-calendarview-1.2.0
1.1.x
material-calendarview-1.1.0
1.0.x
material-calendarview-1.0.1
material-calendarview-1.0.0
material-calendarview-1.0.0-beta1
0.8.x
material-calendarview-0.8.1
material-calendarview-0.8.0
0.7.x
material-calendarview-0.7.0
0.6.x
material-calendarview-0.6.1
material-calendarview-0.6.0
0.5.x
material-calendarview-0.5.1
material-calendarview-0.5.0
0.4.x
material-calendarview-0.4.0
0.3.x
material-calendarview-0.3.2
material-calendarview-0.3.1
material-calendarview-0.3.0
0.2.x
material-calendarview-0.2.5
material-calendarview-0.2.4
material-calendarview-0.2.3
material-calendarview-0.2.2
material-calendarview-0.2.1
material-calendarview-0.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.prolificinteractive</groupId>
    <artifactId>material-calendarview</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.prolificinteractive : material-calendarview gradle dependency to your build.gradle file:

implementation 'com.prolificinteractive:material-calendarview:1.4.3'

Gradle Kotlin DSL: Add the following com.prolificinteractive : material-calendarview gradle kotlin dependency to your build.gradle.kts file:

implementation("com.prolificinteractive:material-calendarview:1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.prolificinteractive : material-calendarview sbt scala dependency to your build.sbt file:

libraryDependencies += "com.prolificinteractive" % "material-calendarview" % "1.4.3"

Advertisement