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

cn.renlm.plugins:MyCrawler 1.0.5.RELEASE

爬虫工具封装

Группа

Группа

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

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

MyCrawler
Версия

Версия

1.0.5.RELEASE
Тип

Тип

jar

Скачать MyCrawler 1.0.5.RELEASE


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