Top "Aether" questions

java.lang.ClassNotFoundException: org.sonatype.aether.version.InvalidVersionSpecificationException

I am using the maven indexer to fetch the maven index from the maven central repository. Since I updated from …

maven-3 maven-plugin aether
Programmatically resolving Maven dependencies outside of a plugin - get RepositorySystemSession and RepositorySystem

Maybe this is going to be a larger task than I had originally thought, but regardless, I'm trying to load …

java maven maven-plugin aether
How to get access to Maven's dependency hierarchy within a plugin

In my plugin I need to process the dependency hierarchy and get information (groupId, artifactId, version etc) about each dependency …

maven maven-plugin maven-dependency-plugin aether
Utility for downloading artifacts from maven repo without mvn/poms

Is there a maven client that isn't mvn (the binary included with the maven distribution) I could use to pull …

java maven-2 repository aether
Maven: get all dependencies programmatically

How can I programmatically get all dependencies of a Maven module outside a Maven execution environment? So far I have: …

java maven aether
Fetching Maven artifacts programmatically

I'm looking for a Java API which can be used to retreive Maven artifacts from a remote repository. I've found …

java api maven dependencies aether
Retrieving Maven Artifact from Repository using Maven Java API

If I have a Maven Artifact information (GroupId, ArtifactId, Version) how can I programmatically (using Java) retrieve that Artifact from …

java api maven maven-plugin aether