Maven
    interface MavenArtifactRepository : ArtifactRepository, UrlArtifactRepository, AuthenticationSupported, MetadataSupplierAware
An artifact repository which uses a Maven format to store artifacts and meta-data.
Repositories of this type are created by the maven group of methods.
Types
Link copied to clipboard
                  interface MetadataSources
Allows configuring the sources of metadata for a specific repository.
Functions
Link copied to clipboard
                  Adds some additional URLs to use to find artifact files.
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  inline fun <T : Credentials> AuthenticationSupported.credentials(credentialsType: KClass<T>, action: Action<in T>)
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.repositories.AuthenticationSupported.credentials.
Link copied to clipboard
                  Returns the additional URLs to use to find artifact files.
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.repositories.AuthenticationSupported.getCredentials.
Link copied to clipboard
                  Returns the current metadata sources configuration for the repository.
Link copied to clipboard
                  Link copied to clipboard
                  Configures the content of this Maven repository.
Link copied to clipboard
                  Configures the metadata sources for this repository.
Link copied to clipboard
                  Link copied to clipboard
                  Sets the additional URLs to use to find artifact files.
Link copied to clipboard
                  Link copied to clipboard
                  inline fun MetadataSupplierAware.setComponentVersionsLister(lister: KClass<out ComponentMetadataVersionLister>)
inline fun MetadataSupplierAware.setComponentVersionsLister(lister: KClass<out ComponentMetadataVersionLister>, configureAction: Action<in ActionConfiguration>)
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.repositories.MetadataSupplierAware.setComponentVersionsLister.
Link copied to clipboard
                  Link copied to clipboard
                  inline fun MetadataSupplierAware.setMetadataSupplier(rule: KClass<out ComponentMetadataSupplier>, configureAction: Action<in ActionConfiguration>)
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.repositories.MetadataSupplierAware.setMetadataSupplier.