CommonDependencyRepository

constructor(@Json(name = "url") url: String? = null, @Json(name = "type") type: CommonDependencyRepository.Type? = null, @Json(name = "resolutionSource") resolutionSource: CommonDependencyRepository.ResolutionSource? = null)

Parameters

url

The URL of the repository.

type

The type of the repository.

resolutionSource

A classification of the source this repository uses to resolve dependencies.