License |
License |
---|---|
GroupId | GroupIdcom.soulgalore |
ArtifactId | ArtifactIdcrawler |
Last Version | Last Version1.5.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCrawler
Simple java (1.6) crawler to crawl web pages on one and same domain.
|
Project URL |
Project URL |
Filename | Size |
---|---|
crawler-1.5.11.pom | |
crawler-1.5.11.jar | 48 KB |
crawler-1.5.11-sources.jar | 37 KB |
crawler-1.5.11-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.soulgalore/crawler/ -->
<dependency>
<groupId>com.soulgalore</groupId>
<artifactId>crawler</artifactId>
<version>1.5.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.soulgalore/crawler/
implementation 'com.soulgalore:crawler:1.5.11'
// https://jarcasting.com/artifacts/com.soulgalore/crawler/
implementation ("com.soulgalore:crawler:1.5.11")
'com.soulgalore:crawler:jar:1.5.11'
<dependency org="com.soulgalore" name="crawler" rev="1.5.11">
<artifact name="crawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soulgalore', module='crawler', version='1.5.11')
)
libraryDependencies += "com.soulgalore" % "crawler" % "1.5.11"
[com.soulgalore/crawler "1.5.11"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 3.0 |
org.jsoup : jsoup | jar | 1.7.2 |
org.apache.httpcomponents : httpclient | jar | 4.2.2 |
commons-cli : commons-cli | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-all | jar | 1.9.5 |