Package org.eclipse.aether.util.graph.version
package org.eclipse.aether.util.graph.version
Various version filters for building a dependency graph.
-
ClassDescriptionA version filter that combines multiple version filters into a chain where each filter gets invoked one after the other, thereby accumulating their filtering effects.A version filter that blocks "*-SNAPSHOT" versions if the
root artifact
of the dependency graph is not a snapshot.A version filter that excludes any version except the highest one.A version filter that excludes any version except the lowest one.A version filter that excludes any version that is blacklisted.A version filter that (unconditionally) blocks "*-SNAPSHOT" versions.