| Группа | Группаorg.webjars.npm |
|---|---|
| Идентификатор | Идентификаторchardet |
| Версия | Версия0.7.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| chardet-0.7.0.pom | |
| chardet-0.7.0.jar | 21 KB |
| chardet-0.7.0-sources.jar | 22 bytes |
| chardet-0.7.0-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/chardet/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>chardet</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/chardet/
implementation 'org.webjars.npm:chardet:0.7.0'
// https://jarcasting.com/artifacts/org.webjars.npm/chardet/
implementation ("org.webjars.npm:chardet:0.7.0")
'org.webjars.npm:chardet:jar:0.7.0'
<dependency org="org.webjars.npm" name="chardet" rev="0.7.0">
<artifact name="chardet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='chardet', version='0.7.0')
)
libraryDependencies += "org.webjars.npm" % "chardet" % "0.7.0"
[org.webjars.npm/chardet "0.7.0"]