Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

yegor256/scrape-maven-central

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrapes the entire Maven Central to build a full list of artifacts, their versions and dates.

First, clone the repository and run:

bundle install

Run it like this, to scape all artifacts starting from org/:

ruby scrape.rb --root=org/

If you want to scrape the entire index:

ruby scrape.rb

To exclude something from the list (this will exclude org/* and net/* artifacts):

ruby scrape.rb --ignore=org/ --ignore=net/

To skip everything until certain path (works only for the first level):

ruby scrape.rb --start=org/takes/

About

Scrapes the entire Maven Central to find all artifacts, their dates, and versions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages