gradle
8.6
API
gradle
/
org.gradle.api.artifacts.repositories
/
ArtifactRepository
Artifact
Repository
API
interface
ArtifactRepository
A repository for resolving and publishing artifacts.
Inheritors
PrebuiltLibraries
FlatDirectoryArtifactRepository
IvyArtifactRepository
MavenArtifactRepository
Members
Functions
content
Link copied to clipboard
API
abstract
fun
content
(
configureAction
:
Action
<
out
Any
>
)
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.