yegor256 / scrape-maven-central

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 100.0%