| License |
License |
|---|---|
| GroupId | GroupIdcom.android.tools |
| ArtifactId | ArtifactIdrepository |
| Last Version | Last Version25.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.android.tools.repository
A library for downloading and managing package repositories
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| repository-25.3.0.pom | |
| repository-25.3.0.jar | 167 KB |
| repository-25.3.0-sources.jar | 279 KB |
| repository-25.3.0-javadoc.jar | 395 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.android.tools/repository/ -->
<dependency>
<groupId>com.android.tools</groupId>
<artifactId>repository</artifactId>
<version>25.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.android.tools/repository/
implementation 'com.android.tools:repository:25.3.0'
// https://jarcasting.com/artifacts/com.android.tools/repository/
implementation ("com.android.tools:repository:25.3.0")
'com.android.tools:repository:jar:25.3.0'
<dependency org="com.android.tools" name="repository" rev="25.3.0">
<artifact name="repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.android.tools', module='repository', version='25.3.0')
)
libraryDependencies += "com.android.tools" % "repository" % "25.3.0"
[com.android.tools/repository "25.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.tools : common | jar | 25.3.0 |
| org.apache.commons : commons-compress | jar | 1.8.1 |
| com.google.jimfs : jimfs | jar | 1.1 |