GroupId | GroupIdcom.microsoft.design |
---|---|
ArtifactId | ArtifactIdfluent-system-icons |
Version | Version1.1.144 |
Type | Typeaar |
Filename | Size |
---|---|
fluent-system-icons-1.1.144.pom | |
fluent-system-icons-1.1.144.aar | 7 MB |
fluent-system-icons-1.1.144-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.design/fluent-system-icons/ -->
<dependency>
<groupId>com.microsoft.design</groupId>
<artifactId>fluent-system-icons</artifactId>
<version>1.1.144</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.design/fluent-system-icons/
implementation 'com.microsoft.design:fluent-system-icons:1.1.144'
// https://jarcasting.com/artifacts/com.microsoft.design/fluent-system-icons/
implementation ("com.microsoft.design:fluent-system-icons:1.1.144")
'com.microsoft.design:fluent-system-icons:aar:1.1.144'
<dependency org="com.microsoft.design" name="fluent-system-icons" rev="1.1.144">
<artifact name="fluent-system-icons" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.design', module='fluent-system-icons', version='1.1.144')
)
libraryDependencies += "com.microsoft.design" % "fluent-system-icons" % "1.1.144"
[com.microsoft.design/fluent-system-icons "1.1.144"]