| Группа | Группаcom.facebook.fresco |
|---|---|
| Идентификатор | Идентификаторimagepipeline-base |
| Версия | Версия1.1.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| imagepipeline-base-1.1.0.pom | |
| imagepipeline-base-1.1.0.aar | 117 KB |
| imagepipeline-base-1.1.0-sources.jar | 102 KB |
| imagepipeline-base-1.1.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.facebook.fresco/imagepipeline-base/ -->
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>imagepipeline-base</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.fresco/imagepipeline-base/
implementation 'com.facebook.fresco:imagepipeline-base:1.1.0'
// https://jarcasting.com/artifacts/com.facebook.fresco/imagepipeline-base/
implementation ("com.facebook.fresco:imagepipeline-base:1.1.0")
'com.facebook.fresco:imagepipeline-base:aar:1.1.0'
<dependency org="com.facebook.fresco" name="imagepipeline-base" rev="1.1.0">
<artifact name="imagepipeline-base" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.fresco', module='imagepipeline-base', version='1.1.0')
)
libraryDependencies += "com.facebook.fresco" % "imagepipeline-base" % "1.1.0"
[com.facebook.fresco/imagepipeline-base "1.1.0"]