f

fluentui_others

Fluent UI Android, Module : fluentui_others
https://github.com/microsoft/fluentui-android
MIT License
Microsoft Inc.
Files download
File Operation
fluentui_others-0.2.0.pom download
fluentui_others-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.fluentui</groupId>
  <artifactId>fluentui_others</artifactId>
  <version>0.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.microsoft.fluentui:fluentui_others:0.2.0'
Gradle Kotlin
implementation("com.microsoft.fluentui:fluentui_others:0.2.0")
Scala SBT
libraryDependencies += "com.microsoft.fluentui" % "fluentui_others" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.fluentui', module='fluentui_others', version='0.2.0')
)
Apache Ivy
<dependency org="com.microsoft.fluentui" name="fluentui_others" rev="0.2.0" />
Leiningen
[com.microsoft.fluentui/fluentui_others "0.2.0"]
Apache Buildr
'com.microsoft.fluentui:fluentui_others:jar:0.2.0'