GroupId | GroupIdcom.geccocrawler |
---|---|
ArtifactId | ArtifactIdgecco-htmlunit |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
gecco-htmlunit-1.0.5.pom | |
gecco-htmlunit-1.0.5.jar | 5 KB |
gecco-htmlunit-1.0.5-sources.jar | 2 KB |
gecco-htmlunit-1.0.5-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.geccocrawler/gecco-htmlunit/ -->
<dependency>
<groupId>com.geccocrawler</groupId>
<artifactId>gecco-htmlunit</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.geccocrawler/gecco-htmlunit/
implementation 'com.geccocrawler:gecco-htmlunit:1.0.5'
// https://jarcasting.com/artifacts/com.geccocrawler/gecco-htmlunit/
implementation ("com.geccocrawler:gecco-htmlunit:1.0.5")
'com.geccocrawler:gecco-htmlunit:jar:1.0.5'
<dependency org="com.geccocrawler" name="gecco-htmlunit" rev="1.0.5">
<artifact name="gecco-htmlunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geccocrawler', module='gecco-htmlunit', version='1.0.5')
)
libraryDependencies += "com.geccocrawler" % "gecco-htmlunit" % "1.0.5"
[com.geccocrawler/gecco-htmlunit "1.0.5"]