License |
License |
---|---|
GroupId | GroupIdorg.htmlparser |
ArtifactId | ArtifactIdsitecapturer |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSite Capturer
SiteCapturer is an example application for spidering and saving a website.
|
Filename | Size |
---|---|
sitecapturer-2.1.pom | |
sitecapturer-2.1.jar | 14 KB |
sitecapturer-2.1-sources.jar | 10 KB |
sitecapturer-2.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.htmlparser/sitecapturer/ -->
<dependency>
<groupId>org.htmlparser</groupId>
<artifactId>sitecapturer</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.htmlparser/sitecapturer/
implementation 'org.htmlparser:sitecapturer:2.1'
// https://jarcasting.com/artifacts/org.htmlparser/sitecapturer/
implementation ("org.htmlparser:sitecapturer:2.1")
'org.htmlparser:sitecapturer:jar:2.1'
<dependency org="org.htmlparser" name="sitecapturer" rev="2.1">
<artifact name="sitecapturer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.htmlparser', module='sitecapturer', version='2.1')
)
libraryDependencies += "org.htmlparser" % "sitecapturer" % "2.1"
[org.htmlparser/sitecapturer "2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.htmlparser : htmlparser | jar | 2.1 |