availableVersions property

Map<String, List<Version>> availableVersions
final

The available versions of all selected packages from their source.

An entry here may not include the full list of versions available if the given package was locked and did not need to be unlocked during the solve.

No version list will not contain any retracted package versions.

Implementation

final Map<String, List<Version>> availableVersions;