is not current version
Last Version 2.4.4

cn.renlm.plugins:MyCrawler 2.0.9

爬虫工具封装

GroupId

GroupId

cn.renlm.plugins
ArtifactId

ArtifactId

MyCrawler
Version

Version

2.0.9
Type

Type

jar

Download MyCrawler 2.0.9


<!-- https://jarcasting.com/artifacts/cn.renlm.plugins/MyCrawler/ -->
<dependency>
    <groupId>cn.renlm.plugins</groupId>
    <artifactId>MyCrawler</artifactId>
    <version>2.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyCrawler/
implementation 'cn.renlm.plugins:MyCrawler:2.0.9'
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyCrawler/
implementation ("cn.renlm.plugins:MyCrawler:2.0.9")
'cn.renlm.plugins:MyCrawler:jar:2.0.9'
<dependency org="cn.renlm.plugins" name="MyCrawler" rev="2.0.9">
  <artifact name="MyCrawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.renlm.plugins', module='MyCrawler', version='2.0.9')
)
libraryDependencies += "cn.renlm.plugins" % "MyCrawler" % "2.0.9"
[cn.renlm.plugins/MyCrawler "2.0.9"]