is not current version
Last Version 25.3.0

com.android.tools:repository 25.0.0

A library for downloading and managing package repositories

GroupId

GroupId

com.android.tools
ArtifactId

ArtifactId

repository
Version

Version

25.0.0
Type

Type

jar

Download repository 25.0.0


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