Package-level declarations
Classes for declaring and using artifact repositories.
Types
Link copied to clipboard
                  interface ArtifactRepository
A repository for resolving and publishing artifacts.
Link copied to clipboard
                  Container for configuring repository authentication schemes of type org.gradle.authentication.Authentication.
Link copied to clipboard
                  interface AuthenticationSupported
An artifact repository which supports username/password authentication.
Link copied to clipboard
                  interface ExclusiveContentRepository
Describes one or more repositories which together constitute the only possible source for an artifact, independently of the others.
Link copied to clipboard
                  A repository that looks into a number of directories for artifacts.
Link copied to clipboard
                  interface InclusiveRepositoryContentDescriptor
Descriptor of a repository content, used to avoid reaching to an external repository when not needed.
Link copied to clipboard
                  interface IvyArtifactRepository : ArtifactRepository, UrlArtifactRepository, AuthenticationSupported, MetadataSupplierAware
An artifact repository which uses an Ivy format to store artifacts and meta-data.
Link copied to clipboard
                  interface IvyArtifactRepositoryMetaDataProvider
The meta-data provider for an Ivy repository.
Link copied to clipboard
                  A repository layout that uses user-supplied patterns.
Link copied to clipboard
                  interface MavenArtifactRepository : ArtifactRepository, UrlArtifactRepository, AuthenticationSupported, MetadataSupplierAware
An artifact repository which uses a Maven format to store artifacts and meta-data.
Link copied to clipboard
                  Extends the repository content descriptor with Maven repositories specific options.
Link copied to clipboard
                  interface MetadataSupplierAware
Interface for repositories which support custom metadata suppliers and/or version listers.
Link copied to clipboard
                  A username/password credentials that can be used to login to password-protected remote repository.
Link copied to clipboard
                  Descriptor of a repository content, used to avoid reaching to an external repository when not needed.
Link copied to clipboard
                  interface RepositoryLayout
Represents the directory structure for a repository.
Link copied to clipboard
                  interface RepositoryResourceAccessor
Provides access to resources on an artifact repository.
Link copied to clipboard
                  interface UrlArtifactRepository
A repository that supports resolving artifacts from a URL.