MVN

com.microsoft.design : fluent-system-icons

Maven & Gradle

Jun 16, 2023
5.4k stars

fluent-system-icons · Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.

<dependency>
    <groupId>com.microsoft.design</groupId>
    <artifactId>fluent-system-icons</artifactId>
    <version>1.1.204</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.design : fluent-system-icons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.204

All Versions

Choose a version of com.microsoft.design : fluent-system-icons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
fluent-system-icons-1.1.204
fluent-system-icons-1.1.203
fluent-system-icons-1.1.202
fluent-system-icons-1.1.201
fluent-system-icons-1.1.200
fluent-system-icons-1.1.199
fluent-system-icons-1.1.198
fluent-system-icons-1.1.197
fluent-system-icons-1.1.196
fluent-system-icons-1.1.195
fluent-system-icons-1.1.194
fluent-system-icons-1.1.193
fluent-system-icons-1.1.192
fluent-system-icons-1.1.191
fluent-system-icons-1.1.190
fluent-system-icons-1.1.189
fluent-system-icons-1.1.188
fluent-system-icons-1.1.187
fluent-system-icons-1.1.186
fluent-system-icons-1.1.185
fluent-system-icons-1.1.184
fluent-system-icons-1.1.183
fluent-system-icons-1.1.182
fluent-system-icons-1.1.179
fluent-system-icons-1.1.178
fluent-system-icons-1.1.177
fluent-system-icons-1.1.176
fluent-system-icons-1.1.175
fluent-system-icons-1.1.174
fluent-system-icons-1.1.173
fluent-system-icons-1.1.172
fluent-system-icons-1.1.171
fluent-system-icons-1.1.170
fluent-system-icons-1.1.169
fluent-system-icons-1.1.168
fluent-system-icons-1.1.167
fluent-system-icons-1.1.166
fluent-system-icons-1.1.165
fluent-system-icons-1.1.164
fluent-system-icons-1.1.163
fluent-system-icons-1.1.162
fluent-system-icons-1.1.161
fluent-system-icons-1.1.160
fluent-system-icons-1.1.159
fluent-system-icons-1.1.158
fluent-system-icons-1.1.157
fluent-system-icons-1.1.156
fluent-system-icons-1.1.155
fluent-system-icons-1.1.154
fluent-system-icons-1.1.153
fluent-system-icons-1.1.152
fluent-system-icons-1.1.151
fluent-system-icons-1.1.150
fluent-system-icons-1.1.148
fluent-system-icons-1.1.147
fluent-system-icons-1.1.146
fluent-system-icons-1.1.145
fluent-system-icons-1.1.144
fluent-system-icons-1.1.143
fluent-system-icons-1.1.142
fluent-system-icons-1.1.141
fluent-system-icons-1.1.140
fluent-system-icons-1.1.139
fluent-system-icons-1.1.138
fluent-system-icons-1.1.137
fluent-system-icons-1.1.136
fluent-system-icons-1.1.135
fluent-system-icons-1.1.134
fluent-system-icons-1.1.133
fluent-system-icons-1.1.132
fluent-system-icons-1.1.131
fluent-system-icons-1.1.130
fluent-system-icons-1.1.129
fluent-system-icons-1.1.128
fluent-system-icons-1.1.127
fluent-system-icons-1.1.126
fluent-system-icons-1.1.125
fluent-system-icons-1.1.124
fluent-system-icons-1.1.123
fluent-system-icons-1.1.122
fluent-system-icons-1.1.121
fluent-system-icons-1.1.120
fluent-system-icons-1.1.119
fluent-system-icons-1.1.118
fluent-system-icons-1.1.117
'1.1.x
fluent-system-icons-'1.1.118'

How to add a dependency to Maven

Add the following com.microsoft.design : fluent-system-icons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.design</groupId>
    <artifactId>fluent-system-icons</artifactId>
    <version>1.1.204</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.design : fluent-system-icons gradle dependency to your build.gradle file:

implementation 'com.microsoft.design:fluent-system-icons:1.1.204'

Gradle Kotlin DSL: Add the following com.microsoft.design : fluent-system-icons gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.design:fluent-system-icons:1.1.204")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.design : fluent-system-icons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.design" % "fluent-system-icons" % "1.1.204"

Advertisement