| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools |
| GroupId | GroupIdcom.github.luohaha |
| ArtifactId | ArtifactIdjlitespider |
| Last Version | Last Version0.4.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjlitespider
jlitespider is a lite distributed Java spider framework
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jlitespider-0.4.3.pom | |
| jlitespider-0.4.3.jar | 19 KB |
| jlitespider-0.4.3-sources.jar | 14 KB |
| jlitespider-0.4.3-javadoc.jar | 142 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.luohaha/jlitespider/ -->
<dependency>
<groupId>com.github.luohaha</groupId>
<artifactId>jlitespider</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luohaha/jlitespider/
implementation 'com.github.luohaha:jlitespider:0.4.3'
// https://jarcasting.com/artifacts/com.github.luohaha/jlitespider/
implementation ("com.github.luohaha:jlitespider:0.4.3")
'com.github.luohaha:jlitespider:jar:0.4.3'
<dependency org="com.github.luohaha" name="jlitespider" rev="0.4.3">
<artifact name="jlitespider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luohaha', module='jlitespider', version='0.4.3')
)
libraryDependencies += "com.github.luohaha" % "jlitespider" % "0.4.3"
[com.github.luohaha/jlitespider "0.4.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jsoup : jsoup | jar | 1.8.3 |
| org.apache.httpcomponents : fluent-hc | jar | 4.5.3 |
| org.apache.httpcomponents : httpclient | jar | 4.5.3 |
| org.apache.httpcomponents : httpasyncclient | jar | 4.1.3 |
| org.apache.httpcomponents : httpcore-nio | jar | 4.4.5 |
| com.google.code.gson : gson | jar | 2.7 |
| us.codecraft : xsoup | jar | 0.3.1 |
| com.rabbitmq : amqp-client | jar | 3.6.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |