MVN

org.webjars.npm : iconv-lite

Maven & Gradle

Jun 08, 2021
24 usages

iconv-lite · WebJar for iconv-lite

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>iconv-lite</artifactId>
    <version>0.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : iconv-lite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.3

All Versions

Choose a version of org.webjars.npm : iconv-lite to add to Maven or Gradle - All Versions:

  • Version Updated
  • iconv-lite-0.6.3

    Jun 08, 2021
  • iconv-lite-0.6.2

    Sep 15, 2020
  • iconv-lite-0.5.2

    Jun 22, 2020
  • iconv-lite-0.5.1

    Feb 04, 2020
  • iconv-lite-0.5.0

    Jun 28, 2019
  • iconv-lite-0.4.24

    Sep 02, 2018
  • iconv-lite-0.4.23

    May 14, 2018
  • iconv-lite-0.4.22

    May 06, 2018
  • iconv-lite-0.4.21

    Apr 17, 2018
  • iconv-lite-0.4.19

    Jan 30, 2018
  • iconv-lite-0.4.15

    Mar 09, 2017
  • iconv-lite-0.4.13

    Jul 13, 2016
  • iconv-lite-0.2.11

    Jun 03, 2016
  • iconv-lite-0.4.8

    Oct 12, 2015
  • iconv-lite-0.4.3

    Aug 25, 2015
  • iconv-lite-0.4.9

    May 24, 2015

How to add a dependency to Maven

Add the following org.webjars.npm : iconv-lite maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>iconv-lite</artifactId>
    <version>0.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : iconv-lite gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:iconv-lite:0.6.3'

Gradle Kotlin DSL: Add the following org.webjars.npm : iconv-lite gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:iconv-lite:0.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : iconv-lite sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "iconv-lite" % "0.6.3"