MVN

com.maltaisn : iconpack-font-awesome

Maven & Gradle

Apr 20, 2020
118 stars

Font Awesome icon pack · Icon dialog for Android

<dependency>
    <groupId>com.maltaisn</groupId>
    <artifactId>iconpack-font-awesome</artifactId>
    <version>5.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.maltaisn : iconpack-font-awesome to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.13.0

All Versions

Choose a version of com.maltaisn : iconpack-font-awesome to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.13.x
iconpack-font-awesome-5.13.0
5.12.x
iconpack-font-awesome-5.12.1
iconpack-font-awesome-5.12.0

How to add a dependency to Maven

Add the following com.maltaisn : iconpack-font-awesome maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.maltaisn</groupId>
    <artifactId>iconpack-font-awesome</artifactId>
    <version>5.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.maltaisn : iconpack-font-awesome gradle dependency to your build.gradle file:

implementation 'com.maltaisn:iconpack-font-awesome:5.13.0'

Gradle Kotlin DSL: Add the following com.maltaisn : iconpack-font-awesome gradle kotlin dependency to your build.gradle.kts file:

implementation("com.maltaisn:iconpack-font-awesome:5.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.maltaisn : iconpack-font-awesome sbt scala dependency to your build.sbt file:

libraryDependencies += "com.maltaisn" % "iconpack-font-awesome" % "5.13.0"

Advertisement