не последняя версия
Последняя версия 2.4.4

cn.renlm.plugins:MyCrawler 2.0.9

爬虫工具封装

Группа

Группа

cn.renlm.plugins
Идентификатор

Идентификатор

MyCrawler
Версия

Версия

2.0.9
Тип

Тип

jar

Скачать 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"]