MVN

com.github.codemonstur : icons

Maven & Gradle

Mar 13, 2022
0 stars

Intellij IDEA icons re-organized

<dependency>
    <groupId>com.github.codemonstur</groupId>
    <artifactId>icons</artifactId>
    <version>213.6777.52</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 213.6777.52

All Versions

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

Version Vulnerabilities Updated
213.6777.x
icons-213.6777.52

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.codemonstur</groupId>
    <artifactId>icons</artifactId>
    <version>213.6777.52</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.codemonstur : icons gradle dependency to your build.gradle file:

implementation 'com.github.codemonstur:icons:213.6777.52'

Gradle Kotlin DSL: Add the following com.github.codemonstur : icons gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.codemonstur:icons:213.6777.52")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.codemonstur : icons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.codemonstur" % "icons" % "213.6777.52"

Advertisement