Base Artifact Repository
abstract class BaseArtifactRepository(name: String, url: URI, allowInsecureProtocol: Boolean) : ArtifactRepository, UrlArtifactRepository
Represents a base class for artifact repositories used with Shim.
Parameters
name
The name of the repository.
url
The URL of the repository.
allow Insecure Protocol
Flag indicating if insecure protocols (like http) are allowed.