is not current version
Last Version 25.3.0

com.android.tools:repository 25.1.3

A library for downloading and managing package repositories

GroupId

GroupId

com.android.tools
ArtifactId

ArtifactId

repository
Version

Version

25.1.3
Type

Type

jar

Download repository 25.1.3


<!-- https://jarcasting.com/artifacts/com.android.tools/repository/ -->
<dependency>
    <groupId>com.android.tools</groupId>
    <artifactId>repository</artifactId>
    <version>25.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.android.tools/repository/
implementation 'com.android.tools:repository:25.1.3'
// https://jarcasting.com/artifacts/com.android.tools/repository/
implementation ("com.android.tools:repository:25.1.3")
'com.android.tools:repository:jar:25.1.3'
<dependency org="com.android.tools" name="repository" rev="25.1.3">
  <artifact name="repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.android.tools', module='repository', version='25.1.3')
)
libraryDependencies += "com.android.tools" % "repository" % "25.1.3"
[com.android.tools/repository "25.1.3"]