| License |
License |
|---|---|
| GroupId | GroupIdme.zhyd.hunter |
| ArtifactId | ArtifactIdblog-hunter |
| Version | Version1.0.3 |
| 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.3.pom | |
| blog-hunter-1.0.3.jar | 60 KB |
| blog-hunter-1.0.3-sources.jar | 32 KB |
| blog-hunter-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/me.zhyd.hunter/blog-hunter/
implementation 'me.zhyd.hunter:blog-hunter:1.0.3'
// https://jarcasting.com/artifacts/me.zhyd.hunter/blog-hunter/
implementation ("me.zhyd.hunter:blog-hunter:1.0.3")
'me.zhyd.hunter:blog-hunter:jar:1.0.3'
<dependency org="me.zhyd.hunter" name="blog-hunter" rev="1.0.3">
<artifact name="blog-hunter" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.zhyd.hunter', module='blog-hunter', version='1.0.3')
)
libraryDependencies += "me.zhyd.hunter" % "blog-hunter" % "1.0.3"
[me.zhyd.hunter/blog-hunter "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.4 |
| cn.hutool : hutool-http | jar | 4.1.21 |
| com.alibaba : fastjson | jar | [1.2.31,) |
| 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 |