MVN

org.mvnpm.at.ant-design : icons

Maven & Gradle

May 07, 2024

ant-design icons · [![NPM version](https://img.shields.io/npm/v/@ant-design/icons.svg?style=flat)](https://npmjs.org/package/@ant-design/icons) [![NPM downloads](http://img.shields.io/npm/dm/@ant-design/icons.svg?style=flat)](https://npmjs.org/package/@ant-design/icons)

<dependency>
    <groupId>org.mvnpm.at.ant-design</groupId>
    <artifactId>icons</artifactId>
    <version>5.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mvnpm.at.ant-design : icons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.7

All Versions

Choose a version of org.mvnpm.at.ant-design : icons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
icons-5.3.7

How to add a dependency to Maven

Add the following org.mvnpm.at.ant-design : icons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mvnpm.at.ant-design</groupId>
    <artifactId>icons</artifactId>
    <version>5.3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mvnpm.at.ant-design : icons gradle dependency to your build.gradle file:

implementation 'org.mvnpm.at.ant-design:icons:5.3.7'

Gradle Kotlin DSL: Add the following org.mvnpm.at.ant-design : icons gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mvnpm.at.ant-design:icons:5.3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mvnpm.at.ant-design : icons sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mvnpm.at.ant-design" % "icons" % "5.3.7"