MVN

com.microsoft.fluentui : fluentui_calendar

Maven & Gradle

Apr 04, 2023
1 usages
533 stars

fluentui_calendar · Fluent UI Android, Module : fluentui_calendar

<dependency>
    <groupId>com.microsoft.fluentui</groupId>
    <artifactId>fluentui_calendar</artifactId>
    <version>0.0.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.fluentui : fluentui_calendar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.27

All Versions

Choose a version of com.microsoft.fluentui : fluentui_calendar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
fluentui_calendar-0.0.27
fluentui_calendar-0.0.26
fluentui_calendar-0.0.25
fluentui_calendar-0.0.24
fluentui_calendar-0.0.23
fluentui_calendar-0.0.21
fluentui_calendar-0.0.20
fluentui_calendar-0.0.19
fluentui_calendar-0.0.18
fluentui_calendar-0.0.17
fluentui_calendar-0.0.15
fluentui_calendar-0.0.14
fluentui_calendar-0.0.11
fluentui_calendar-0.0.10
fluentui_calendar-0.0.9
fluentui_calendar-0.0.8

How to add a dependency to Maven

Add the following com.microsoft.fluentui : fluentui_calendar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.fluentui</groupId>
    <artifactId>fluentui_calendar</artifactId>
    <version>0.0.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.fluentui : fluentui_calendar gradle dependency to your build.gradle file:

implementation 'com.microsoft.fluentui:fluentui_calendar:0.0.27'

Gradle Kotlin DSL: Add the following com.microsoft.fluentui : fluentui_calendar gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.fluentui:fluentui_calendar:0.0.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.fluentui : fluentui_calendar sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.fluentui" % "fluentui_calendar" % "0.0.27"

Advertisement