0 votes
in Gradle by
What is the syntax for defining a repository in Gradle?

A. use jcenter()

B. repositories: jcenter()

C. repository: jcenter()

D. repositories { jcenter() }

1 Answer

0 votes
...