MVN

com.github.jiconfont : jiconfont-font_awesome

Maven & Gradle

Dec 14, 2018
8 usages
9 stars

jIconFont - Font Awesome · Font Awesome IconFont

<dependency>
    <groupId>com.github.jiconfont</groupId>
    <artifactId>jiconfont-font_awesome</artifactId>
    <version>4.7.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jiconfont : jiconfont-font_awesome to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.0.1

All Versions

Choose a version of com.github.jiconfont : jiconfont-font_awesome to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
jiconfont-font_awesome-4.7.0.1
jiconfont-font_awesome-4.7.0.0
4.5.x
jiconfont-font_awesome-4.5.0.3
jiconfont-font_awesome-4.5.0.1
jiconfont-font_awesome-4.5.0.0

How to add a dependency to Maven

Add the following com.github.jiconfont : jiconfont-font_awesome maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jiconfont</groupId>
    <artifactId>jiconfont-font_awesome</artifactId>
    <version>4.7.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jiconfont : jiconfont-font_awesome gradle dependency to your build.gradle file:

implementation 'com.github.jiconfont:jiconfont-font_awesome:4.7.0.1'

Gradle Kotlin DSL: Add the following com.github.jiconfont : jiconfont-font_awesome gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jiconfont:jiconfont-font_awesome:4.7.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jiconfont : jiconfont-font_awesome sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jiconfont" % "jiconfont-font_awesome" % "4.7.0.1"

Advertisement