Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 280 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 280 Bytes

Erebus

Erebus is a wrapper for aether.

Usage

Fetch an artifact with dependencies from Maven central or local repository, as follows:

Erebus erebus = new Erebus.Builder().build();
List<File> artifacts = erebus.resolveAsFiles("commons-lang:commons-lang:2.6");