@CompileStatic
@EqualsAndHashCode
class IvyGrabRecord
extends Object
Value object describing a grabbed Ivy dependency.
| Type | Name and description |
|---|---|
boolean |
changingWhether this dependency may change over time. |
String |
classifierRequested classifier. |
List<String> |
confRequested Ivy configurations. |
String |
extRequested extension. |
boolean |
forceWhether this dependency is forced. |
ModuleRevisionId |
mridIvy module revision coordinates. |
boolean |
transitiveWhether transitive dependencies should be resolved. |
String |
typeRequested artifact type. |
| Constructor and description |
|---|
IvyGrabRecord() |
Whether this dependency may change over time.
Requested classifier.
Requested extension.
Whether this dependency is forced.
Ivy module revision coordinates.
Whether transitive dependencies should be resolved.
Requested artifact type.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.