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