is not current version
Last Version 2.4.4

cn.renlm.plugins:MyCrawler 1.0.4.RELEASE

爬虫工具封装

GroupId

GroupId

cn.renlm.plugins
ArtifactId

ArtifactId

MyCrawler
Version

Version

1.0.4.RELEASE
Type

Type

jar

Download MyCrawler 1.0.4.RELEASE


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