is not current version
Last Version 2.4.4

cn.renlm.plugins:MyCrawler 1.9.7

爬虫工具封装

GroupId

GroupId

cn.renlm.plugins
ArtifactId

ArtifactId

MyCrawler
Version

Version

1.9.7
Type

Type

jar

Download MyCrawler 1.9.7


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