Get-R1Library
Get-R1Library
SYNOPSIS
Returns the libraries in the catalog.
SYNTAX
All (Default)
Get-R1Library [<CommonParameters>]
Coordinates
Get-R1Library -groupId <String> -artifactId <String> -version <String> [<CommonParameters>]
DESCRIPTION
Returns every library, or one identified by its Maven coordinates. The list form follows the pagination of the API and returns every page.
EXAMPLES
Example 1
Get-R1Library
Returns every library.
Example 2
Get-R1Library -groupId 'com.example' -artifactId 'acs' -version '1.0'
Returns one library.
PARAMETERS
-groupId
The Maven group identifier of the library.
Type: String
Parameter Sets: Coordinates
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-artifactId
The Maven artifact identifier of the library.
Type: String
Parameter Sets: Coordinates
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-version
The version of the library.
Type: String
Parameter Sets: Coordinates
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.