gradle
8.6-milestone-1
API
gradle
/
org.gradle.api.artifacts
/
ArtifactRepositoryContainer
/
getByName
get
By
Name
API
abstract
fun
getByName
(
name
:
String
)
:
ArtifactRepository
(
source
)
abstract
fun
getByName
(
name
:
String
,
@
DelegatesTo
(
value
=
ArtifactRepository::class
)
configureClosure
:
Closure
)
:
ArtifactRepository
(
source
)
abstract
fun
getByName
(
name
:
String
,
configureAction
:
Action
<
out
Any
>
)
:
ArtifactRepository
(
source
)