MVN

com.sigpwned : chardet4j

Maven & Gradle

Dec 31, 2022
18 stars

chardet4j · Simple, compact charset detection for Java 8+

<dependency>
    <groupId>com.sigpwned</groupId>
    <artifactId>chardet4j</artifactId>
    <version>72.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sigpwned : chardet4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 72.1.1

All Versions

Choose a version of com.sigpwned : chardet4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
72.1.x
chardet4j-72.1.1
chardet4j-72.1.0
71.1.x
chardet4j-71.1.1
chardet4j-71.1.0
70.1.x
chardet4j-70.1.4
chardet4j-70.1.3
chardet4j-70.1.2
chardet4j-70.1.1
chardet4j-70.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sigpwned</groupId>
    <artifactId>chardet4j</artifactId>
    <version>72.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sigpwned : chardet4j gradle dependency to your build.gradle file:

implementation 'com.sigpwned:chardet4j:72.1.1'

Gradle Kotlin DSL: Add the following com.sigpwned : chardet4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sigpwned:chardet4j:72.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sigpwned : chardet4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sigpwned" % "chardet4j" % "72.1.1"