toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.artifacts.repositories
/
ArtifactRepository
Artifact
Repository
API
interface
ArtifactRepository
(
source
)
A repository for resolving and publishing artifacts.
Inheritors
PrebuiltLibraries
MavenArtifactRepository
FlatDirectoryArtifactRepository
IvyArtifactRepository
Members
Functions
content
Link copied to clipboard
API
abstract
fun
content
(
configureAction
:
Action
<
in
RepositoryContentDescriptor
>
)
Configures the content of this repository.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
Returns the name for this repository.
set
Name
Link copied to clipboard
API
abstract
fun
setName
(
name
:
String
)
Sets the name for this repository.