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