| License |
License |
|---|---|
| GroupId | GroupIdme.zhyd.hunter |
| ArtifactId | ArtifactIdblog-hunter |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionblog-hunter
博客猎手,基于webMagic的博客爬取工具,支持慕课、csdn、iteye、cnblogs、掘金、V2EX 和开源中国等各大主流博客平台。博客千万篇,版权第一条。狩猎不规范,亲人两行泪。
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| blog-hunter-1.0.4.pom | |
| blog-hunter-1.0.4.jar | 60 KB |
| blog-hunter-1.0.4-sources.jar | 32 KB |
| blog-hunter-1.0.4-javadoc.jar | 262 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.zhyd.hunter/blog-hunter/ -->
<dependency>
<groupId>me.zhyd.hunter</groupId>
<artifactId>blog-hunter</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/me.zhyd.hunter/blog-hunter/
implementation 'me.zhyd.hunter:blog-hunter:1.0.4'
// https://jarcasting.com/artifacts/me.zhyd.hunter/blog-hunter/
implementation ("me.zhyd.hunter:blog-hunter:1.0.4")
'me.zhyd.hunter:blog-hunter:jar:1.0.4'
<dependency org="me.zhyd.hunter" name="blog-hunter" rev="1.0.4">
<artifact name="blog-hunter" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.zhyd.hunter', module='blog-hunter', version='1.0.4')
)
libraryDependencies += "me.zhyd.hunter" % "blog-hunter" % "1.0.4"
[me.zhyd.hunter/blog-hunter "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| cn.hutool : hutool-http | jar | 5.5.7 |
| com.alibaba : fastjson | jar | [1.2.76,) |
| us.codecraft : webmagic-core | jar | 0.7.3 |
| us.codecraft : webmagic-extension | jar | 0.7.3 |
| org.jsoup : jsoup | jar | 1.10.2 |
| org.hibernate.validator : hibernate-validator | jar | 6.1.0.Final |
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.tomcat : tomcat-el-api | jar | 8.5.24 |
| org.apache.tomcat : tomcat-jasper-el | jar | 8.5.24 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |