is not current version
Last Version 1.0.4

me.zhyd.hunter:blog-hunter 1.0.0

博客猎手,基于webMagic的博客爬取工具,支持慕课、csdn、iteye、cnblogs、掘金和V2EX等各大主流博客平台。博客千万篇,版权第一条。狩猎不规范,亲人两行泪。

GroupId

GroupId

me.zhyd.hunter
ArtifactId

ArtifactId

blog-hunter
Version

Version

1.0.0
Type

Type

jar

Download blog-hunter 1.0.0


<!-- https://jarcasting.com/artifacts/me.zhyd.hunter/blog-hunter/ -->
<dependency>
    <groupId>me.zhyd.hunter</groupId>
    <artifactId>blog-hunter</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.zhyd.hunter/blog-hunter/
implementation 'me.zhyd.hunter:blog-hunter:1.0.0'
// https://jarcasting.com/artifacts/me.zhyd.hunter/blog-hunter/
implementation ("me.zhyd.hunter:blog-hunter:1.0.0")
'me.zhyd.hunter:blog-hunter:jar:1.0.0'
<dependency org="me.zhyd.hunter" name="blog-hunter" rev="1.0.0">
  <artifact name="blog-hunter" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.zhyd.hunter', module='blog-hunter', version='1.0.0')
)
libraryDependencies += "me.zhyd.hunter" % "blog-hunter" % "1.0.0"
[me.zhyd.hunter/blog-hunter "1.0.0"]