MVN

org.webjars.bowergithub.lipis : flag-icons

Maven & Gradle

Dec 06, 2023
10.2k stars

flag-icon-css · WebJar for flag-icon-css

<dependency>
    <groupId>org.webjars.bowergithub.lipis</groupId>
    <artifactId>flag-icons</artifactId>
    <version>6.13.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.lipis : flag-icons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.13.2

All Versions

Choose a version of org.webjars.bowergithub.lipis : flag-icons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
flag-icons-7.0.3
flag-icons-7.0.2
flag-icons-7.0.1
flag-icons-7.0.0
6.15.x
flag-icons-6.15.0
6.14.x
flag-icons-6.14.0
6.13.x
flag-icons-6.13.2

How to add a dependency to Maven

Add the following org.webjars.bowergithub.lipis : flag-icons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.lipis</groupId>
    <artifactId>flag-icons</artifactId>
    <version>6.13.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.lipis : flag-icons gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.lipis:flag-icons:6.13.2'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.lipis : flag-icons gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.lipis:flag-icons:6.13.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.lipis : flag-icons sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.lipis" % "flag-icons" % "6.13.2"