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