See: Description
| Class | Description | 
|---|---|
| ChainedVersionFilter | A version filter that combines multiple version filters into a chain where each filter gets invoked one after the
 other, thereby accumulating their filtering effects. | 
| ContextualSnapshotVersionFilter | A version filter that blocks "*-SNAPSHOT" versions if the
  root artifactof the dependency graph is not a
 snapshot. | 
| HighestVersionFilter | A version filter that excludes any version except the highest one. | 
| SnapshotVersionFilter | A version filter that (unconditionally) blocks "*-SNAPSHOT" versions. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.