Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Repositories

The C# definition of the repositories element in a gradle file.
Read time 2 minutesLast updated 10 days ago

Definition

public sealed class Repositories : BaseBlock, ICloneable

Remarks

Configures the repositories for this project. For more information about the file, see Android's documentation: Remote repositories

Static Fields

Value

Description

GoogleGoogle reppsitory
google()
.
GradlePluginPortalGradlePluginPortal reppsitory
gradlePluginPortal()
.
JCenterJCenter reppsitory
jcenter()
.
MavenMaven reppsitory
maven()
.
MavenCentralMavenCentral reppsitory
mavenCentral()
.

Constructors

Constructor

Description

Repositories()Element constructor.

Methods

Method

Description

AddRepositoryAdds a repository with value.

Inheritance