Extension lookup object of a Maven dependency resolution output.
Use the fields with the extension of your choice to retrieve the resolution output that only contains artifacts with the specified extension.
The fields can be specified as a single extension like "jar", or separated by | character like "jar|zip".
Summary
Fields
Gets the resolved artifacts that have the "aar" extension. (Android archive)
Gets the resolved artifacts that have the "ear" extension. (Enterprise application archive)
Gets the resolved artifacts that have the "jar" extension. (Java archive)
Gets the resolved artifacts that have the "war" extension. (Web application archive)