GroupId | GroupIdcn.renlm.plugins |
---|---|
ArtifactId | ArtifactIdMyCrawler |
Version | Version1.9.9 |
Type | Typejar |
Filename | Size |
---|---|
MyCrawler-1.9.9.pom | |
MyCrawler-1.9.9.jar | 30 KB |
MyCrawler-1.9.9-sources.jar | 22 KB |
MyCrawler-1.9.9-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.renlm.plugins/MyCrawler/ -->
<dependency>
<groupId>cn.renlm.plugins</groupId>
<artifactId>MyCrawler</artifactId>
<version>1.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyCrawler/
implementation 'cn.renlm.plugins:MyCrawler:1.9.9'
// https://jarcasting.com/artifacts/cn.renlm.plugins/MyCrawler/
implementation ("cn.renlm.plugins:MyCrawler:1.9.9")
'cn.renlm.plugins:MyCrawler:jar:1.9.9'
<dependency org="cn.renlm.plugins" name="MyCrawler" rev="1.9.9">
<artifact name="MyCrawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.renlm.plugins', module='MyCrawler', version='1.9.9')
)
libraryDependencies += "cn.renlm.plugins" % "MyCrawler" % "1.9.9"
[cn.renlm.plugins/MyCrawler "1.9.9"]