Skip to content

爬取阿里maven中央仓库的所有jar包

Notifications You must be signed in to change notification settings

Ericlyclyclyc/JarsCrawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

JarsCrawler

爬取阿里maven中央仓库的所有jar包

使用方法

  • 添加爬取地址
    • 在crawlers.text配置文件中添加爬取地址,地址是:http://maven.aliyun.com/nexus/content/groups/public/ 下的jar包目录
    • 例如:爬取org开头的jar包:http://maven.aliyun.com/nexus/content/groups/public/org
    • 爬取com开头的就是:http://maven.aliyun.com/nexus/content/groups/public/com
  • 启动服务即可

注意只能固定 http://maven.aliyun.com/nexus/content/groups/public/ 开头,即 http://maven.aliyun.com/nexus/content/groups/public/xxx 这个目录规则

该项目仅供学习交流

About

爬取阿里maven中央仓库的所有jar包

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%