All Classes and Interfaces

Classes
Class
Description
Runs all demos at once.
A helper to boot the repository system and a repository system session.
A simplistic repository listener that logs events to the console.
A simplistic transfer listener that logs uploads/downloads to the console.
Visualizes the transitive dependencies of an artifact similar to m2e's dependency hierarchy view.
Deploys a JAR and its POM to a remote repository.
Determines all available versions of an artifact.
Determines the newest version of an artifact.
Visualizes the transitive dependencies of an artifact similar to m2e's dependency hierarchy view.
Collects the transitive dependencies of an artifact.
Determines the direct dependencies of an artifact as declared in its artifact descriptor (POM).
A factory for repository system instances that employs JSR-330 via Guice to wire up the system's components.
Installs a JAR and its POM to the local repository.
A factory for repository system instances that employs Maven Artifact Resolver's built-in service locator infrastructure to wire up the system's components.
Resolves a single artifact.
 
 
 
Resolves the transitive (compile) dependencies of an artifact.
Example of building reverse dependency tree using custom ReverseTreeRepositoryListener.
A demo class building reverse tree using CollectStepData trace data provided in RepositoryEvent events fired during collection.
Sisu module for demo snippets.
A factory for repository system instances that employs Eclipse Sisu to wire up the system's components.
A factory for repository system instances that employs Maven Artifact Resolver's provided supplier.
A simple tool to check file locking on your OS/FS/Java combo.