| License | License | 
|---|---|
| GroupId | GroupIdcom.googlecode.juniversalchardet | 
| ArtifactId | ArtifactIdjuniversalchardet | 
| Last Version | Last Version1.0.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionjuniversalchardet Java port of universalchardet | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| juniversalchardet-1.0.3.pom | |
| juniversalchardet-1.0.3.jar | 215 KB | 
| juniversalchardet-1.0.3-sources.jar | 215 KB | 
| juniversalchardet-1.0.3-javadoc.jar | 328 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.googlecode.juniversalchardet/juniversalchardet/ -->
<dependency>
    <groupId>com.googlecode.juniversalchardet</groupId>
    <artifactId>juniversalchardet</artifactId>
    <version>1.0.3</version>
</dependency>// https://jarcasting.com/artifacts/com.googlecode.juniversalchardet/juniversalchardet/
implementation 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'// https://jarcasting.com/artifacts/com.googlecode.juniversalchardet/juniversalchardet/
implementation ("com.googlecode.juniversalchardet:juniversalchardet:1.0.3")'com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3'<dependency org="com.googlecode.juniversalchardet" name="juniversalchardet" rev="1.0.3">
  <artifact name="juniversalchardet" type="jar" />
</dependency>@Grapes(
@Grab(group='com.googlecode.juniversalchardet', module='juniversalchardet', version='1.0.3')
)libraryDependencies += "com.googlecode.juniversalchardet" % "juniversalchardet" % "1.0.3"[com.googlecode.juniversalchardet/juniversalchardet "1.0.3"]