gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.artifacts
/
ComponentMetadataListerDetails
Component
Metadata
Lister
Details
API
interface
ComponentMetadataListerDetails
(
source
)
Allows a custom version lister to specify the list of versions known for a specific module.
Since
4.9
Members
Functions
get
Module
Identifier
Link copied to clipboard
API
abstract
fun
getModuleIdentifier
(
)
:
ModuleIdentifier
Gives access to the module identifier for which the version lister should return the list of versions.
listed
Link copied to clipboard
API
abstract
fun
listed
(
versions
:
List
<
String
>
)
List the versions of the requested component.